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