_tempnam
is a function.
That function takes two parameters.
The first parameter is a pointer to a char
.
Any char
referenced by that pointer cannot be written-to (it is const
).
The second parameter is a pointer to a char
.
Any char
referenced by that pointer cannot be written-to (it is const
).
The return value of the function is a pointer to char
.
The rest of the declaration suggests that the function is a C-Runtime-Implementation (CRTIMP), called using the C-calling convention, and does not throw any exceptions.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…