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