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