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