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