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