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