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