Skip to content

Latest commit

 

History

History
51 lines (48 loc) · 1007 Bytes

File metadata and controls

51 lines (48 loc) · 1007 Bytes
title TMP_MAX, L_tmpnam | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-standard-libraries
ms.tgt_pltfrm
ms.topic article
f1_keywords
TMP_MAX
L_tmpnam
dev_langs
C++
helpviewer_keywords
temporary files, length
L_tmpnam constant
TMP_MAX constant
ms.assetid ab19fd0c-b5b7-49f7-b23d-da9dfbcf0c1f
caps.latest.revision 7
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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