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