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