ref: 36747647964a2893277d27848ee8a1d577455cf8 dir: /src/libc/ctype/toascii.c/
#include <ctype.h> #undef toascii int toascii(int c) { return c & 0x7f; }