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