Skip to content

Latest commit

 

History

History
51 lines (47 loc) · 951 Bytes

File metadata and controls

51 lines (47 loc) · 951 Bytes
title Environmental Constants | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
devlang-cpp
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
MAX_ENV constant
_MAX_ENV constant
ms.assetid 5224f540-231c-47aa-be9a-467efd1db281
caps.latest.revision 5
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

Environmental Constants

Syntax

#include <stdlib.h>  

Remarks

This constant defines the environmental length for strings.

Constant Meaning
_MAX_ENV Maximum string size of an environmental string.

See Also

Global Constants