#include #include int putchar(int c) { printf("%c", (char)c); return c; }