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