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