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