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