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