Files
2010-07-27 16:58:17 +00:00

9 lines
80 B
C

#include <stdio.h>
#undef getchar
int getchar(void)
{
return fgetc(stdin);
}