SilverScreen Solid Modeler

clearerr

clearerr

Previous topic Next topic  

clearerr

Previous topic Next topic JavaScript is required for the print function  

StandardCLibrary

 

void clearerr( FILE *fp )

 

FILE *fp;      /* open stream pointer */

 

 

 




Synopsis

#include "stdio.h"

 

The clearerr function clears the end-of-file and error flags for the stream associated with fp .

 

 

Parameters

fp is a pointer to an open stream.

 

 

Return Value

none

 

 

See Also

feof , ferror