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