cclleeaarreerrrr() -- STDIO Function (libc)

Present stream status
#iinncclluuddee <ssttddiioo.hh>
cclleeaarreerrrr(_f_p) FFIILLEE *_f_p;

cclleeaarreerrrr() resets the error flag of  the argument _f_p. If an error condition
is detected by the related macro  ffeerrrroorr, cclleeaarreerrrr() can be called to clear
it.

_E_x_a_m_p_l_e
For an example of this function, see the entry for ffeerrrroorr().

_S_e_e _A_l_s_o
ffeerrrroorr(), lliibbcc
ANSI Standard, section 7.9.10.1
POSIX Standard, section 8.1
