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