#include #undef getc int getc(FILE *fp) { return fgetc(fp); }