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