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