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