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