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