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