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