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