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