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