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