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