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