Subversion Repositories planix.SVN

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

/*
 * pANS stdio -- ferror
 */
#include "iolib.h"
int ferror(FILE *f){
        return f->state==ERR;
}