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