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