blob: c10126581bf95d532e974fe30f6d2646a0ef8db6 [file]
#include <stdio.h>
int getchar(void)
{
return fgetc(stdin);
}