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