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