Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 965 Bytes

tmp-max-l-tmpnam.md

File metadata and controls

23 lines (17 loc) · 965 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: TMP_MAX, L_tmpnam
TMP_MAX, L_tmpnam
11/04/2016
STDIO/TMP_MAX
STDIO/TMP_MAX_S
STDIO/_TMP_MAX_S
STDIO/L_tmpnam
TMP_MAX
TMP_MAX_S
_TMP_MAX_S
L_tmpnam
temporary files, length
L_tmpnam constant
TMP_MAX constant
ab19fd0c-b5b7-49f7-b23d-da9dfbcf0c1f

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. 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.

See also

Global constants