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