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