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