TMP_MAX, L_tmpnam
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at TMP_MAX, L_tmpnam.
Syntax
#include <stdio.h>
Remarks
TMP_MAX
is the maximum number of unique filenames that the tmpnam
function can generate. L_tmpnam
is the length of temporary filenames generated by tmpnam
.