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