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