#include int toascii(int c) { return (c & 0x7f) }