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