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