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