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