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