NAME

getenv - get an environment variable

SYNTAX

string getenv(string varname);

DESCRIPTION

Reurns the value of the environment variable with the name varname, if no such environment variable exists, zero is returned.

NOTA BENE

This function is provided by master.c