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