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