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