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