fclearerrorΒΆ

fclearerror resets the error flag for the given file handle.

bool = fclearerror(fh)

Return Value

bool.

Parameters

fh

fh is the file handle created with fopen.

History

Version

Description

5.0.0

New

id-55911