Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 537 Bytes

environmental-constants.md

File metadata and controls

26 lines (19 loc) · 537 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Environmental Constants
Environmental Constants
11/04/2016
MAX_ENV constant
_MAX_ENV constant
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