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