standard.C.io._getenv

_getenv is available since version 1.0.

Prototype:

string _getenv(varname)

Parameters

varname
Environment variable name.

Description:

Get a value from the current environment. See also _putenv.

Return value:

Returns a string containing varname value.