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