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