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