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