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