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