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