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