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