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