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