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