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