Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 537 Bytes

File metadata and controls

26 lines (19 loc) · 537 Bytes
description Learn more about: Environmental Constants
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

The _MAX_ENV constant defines the environmental length for strings.

Constant Meaning
_MAX_ENV Maximum string size of an environmental string.

See also

Global constants