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