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