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