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