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