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