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