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