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