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