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