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