description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: TMP_MAX, L_tmpnam |
TMP_MAX, L_tmpnam |
11/04/2016 |
|
|
ab19fd0c-b5b7-49f7-b23d-da9dfbcf0c1f |
#include <stdio.h>
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
. For more information, see _tempnam
, _wtempnam
, tmpnam
, _wtmpnam
. TMP_MAX_S
and _TMP_MAX_S
are synonyms of TMP_MAX
for use with the related secure functions tmpnam_s
, _wtmpnam_s
.