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