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