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