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