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