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