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