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