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