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