toascii
#define toascii(c) ((c) & 0x7f) /* Clear higher bits */
toascii(int c)
#undef toascii
void toascii() {}