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