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