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