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