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