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