MicrOS
clearerr.c File Reference
#include "../stdio.h"

Functions

void clearerr (FILE *stream)
 Clear error indicators. More...
 

Function Documentation

◆ clearerr()

void clearerr ( FILE stream)

Clear error indicators.

Resets both the error and the eof indicators of the stream.

Parameters
streamPointer to a FILE object that identifies the stream to be closed.