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