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