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