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