shithub: scc

ref: 08f9c9fbdba14ce22efed411a31d6d536ea1aa2a
dir: /lib/c/ferror.c/

View raw version

#include <stdio.h>
#undef ferror

int
ferror(FILE *fp)
{
	return fp->flags & _IOERR;
}