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