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