Go to the first, previous, next, last section, table of contents.
- getenv(name)
- 
:: Returns the value of an environment variable.
- return
- 
- name
- 
string
- 
Returns the value of an environment variable name.
                
[0] getenv("HOME");
/home/pcrf/noro
Go to the first, previous, next, last section, table of contents.