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