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