Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 830 Bytes

File metadata and controls

31 lines (28 loc) · 830 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
ms.workload
cplusplus

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