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