ref: 93e952103c3fc01315d95cab32530624d18089ce dir: /lib/c/getchar.c/
#include <stdio.h> #undef getchar int getchar(void) { return getc(stdin); }