fclose

Closes the stream.

extern (C) nothrow @nogc extern
int
fclose

Parameters

stream FILE*

Pointer to a FILE

Return Value

Type: int

0 on success, EOF on failure.

Meta