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