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