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