tmpfile

Creates a temporary file handle.

This handle is not backed by a real file.

extern (C) nothrow @nogc extern
tmpfile
()

Return Value

Type: FILE*

A file handle on success, null on failure.

Meta