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