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