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