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