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