fflush

Flushes the stream.

If the stream provided is null, all streams are flushed. The stream remains open after this call.

extern (C) nothrow @nogc extern @trusted
int
fflush

Parameters

stream FILE*

Pointer to a FILE

Return Value

Type: int

0 on success, EOF on failure.

Meta