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