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