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