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