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