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