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