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