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