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