shithub: scc

ref: 99605c45f8a60733579b474e7491314442a60843
dir: /lib/c/ferror.c/

View raw version

#include <stdio.h>
#undef ferror

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