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