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