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