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