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