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