ferrorΒΆ

ferror checks if the error flag for the given file handle is set.

bool = ferror(fh)

Return Value

bool is TRUE (1), if the error flag ist set.

Parameters

fh

fh is the file handle created with fopen.

History

Version Description
5.0.0 New

id-294263