ref: dd38947f50a478becb34f0023cc9302568c7cb6b dir: /lib/c/src/isalpha.c/
#define __USE_MACROS #include <ctype.h> #undef isalpha int isalpha(int c) { return (__ctype+1)[c] & (_U|_L); }