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