Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 501 Bytes

File metadata and controls

25 lines (18 loc) · 501 Bytes
title Environmental Constants
ms.date 11/04/2016
helpviewer_keywords
MAX_ENV constant
_MAX_ENV constant
ms.assetid 5224f540-231c-47aa-be9a-467efd1db281

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