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