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