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