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