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