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