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