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