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