shithub: scc

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

View raw version

#include <stdio.h>
#undef ferror

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