Package: glib
Function g-environ
Lambda Listg-environ () Return ValueThe list of strings with the environment variables. Details
Gets the list of environment variables for the current process. Each item in the list is of the form 'NAME = VALUE'. This is equivalent to direct access to the 'environ' global variable, except portable. | See also |
2020-10-23