blob: 4d33c90c40bc38a4720ad85b662d1e544be1aedc [file] [log] [blame]
#include <ctype.h>
/* nonsense function that should NEVER be used! */
int toascii(int c) {
return c & 0x7f;
}