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