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