ref: 711b69c0473d5dc962c7938c1cbbbf6c74cfba4d dir: /sys/src/ape/lib/ap/stdio/getchar.c/
/* * pANS stdio -- getchar */ #include "iolib.h" #undef getchar int getchar(void){ return fgetc(stdin); }