Go to the first, previous, next, last section, table of contents.


getenv

getenv(name)
:: Returns the value of an environment variable.
return
name
string

[0] getenv("HOME");
/home/pcrf/noro


Go to the first, previous, next, last section, table of contents.