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