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