ref: a106a19bbfa32f86d43f80e94eaf38b82f97ebe6 dir: /sys/src/ape/lib/ap/stdio/feof.c/
/* * pANS stdio -- feof */ #include "iolib.h" int feof(FILE *f){ return f->state==END; }