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