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