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