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