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