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