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