shithub: scc

ref: 3cd935a51ca42e36e652f5519a2450c34004560a
dir: /lib/c/ferror.c/

View raw version

#include <stdio.h>
#undef ferror

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