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