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