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