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