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