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