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