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