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