Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 803 Bytes

tmp-max-l-tmpnam.md

File metadata and controls

30 lines (27 loc) · 803 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
TMP_MAX, L_tmpnam | Microsoft Docs
11/04/2016
cpp-standard-libraries
article
TMP_MAX
L_tmpnam
C++
temporary files, length
L_tmpnam constant
TMP_MAX constant
ab19fd0c-b5b7-49f7-b23d-da9dfbcf0c1f
7
corob-msft
corob
ghogen

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.

See Also

Global Constants