ref: c0bb334ab6e553f9a1ede3a022de93ad2dc2a4dd dir: /sys/src/libstdio/ferror.c/
/* * pANS stdio -- ferror */ #include "iolib.h" int ferror(FILE *f){ return f->state==ERR; }