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