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