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