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