shithub: scc

ref: de2ade03751bf4f553011c932b3782530cc00133
dir: /lib/c/ferror.c/

View raw version

#include <stdio.h>
#undef ferror

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