ref: 5eb2945975eab587998f04bf277ec09fcfcec0e1 dir: /lib/c/isascii.c/
#include <ctype.h> #undef isascii int isascii(int c) { return c <= 0x7f; }