#include #undef getchar #include "getchar.c" main() { int c; while ((c = getchar()) != EOF) putchar(c); return 0; }