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