toascii
(3)convert character to ASCII
#include <ctype.h> [[deprecated]] int toascii(int c); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): toascii(): _XOPEN_SOURCE || /* glibc >= 2.19: */ _DEFAULT_SOURCE || /* glibc <= 2.19: */ _SVID_SOURCE || _BSD_SOURCE