fflushΒΆ

fflush flushes the stream buffer.

bool = fflush(fh)

Return Value

bool

Parameters

fh

Identifies the file.

History

Version Description
5.3.0 New.

id-203930