tmpnam

Generates a temporary file name.

extern (C) nothrow @nogc extern
char*
tmpnam
(
char* str
)

Parameters

str char*

The buffer that should store the name, or null.

Return Value

Type: char*

The buffer containing the name.

Meta