1 2 3 4 5 6 7
#include <ctype.h> /* nonsense function that should NEVER be used! */ int toascii(int c) { return c & 0x7f; }