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