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