from the list.
.Sh RETURN VALUES
.Rv -std setenv putenv
.Pp
The
.Fn getenv
function returns NULL if the environment variable was not found.
If the variable was found, it returns the value of the variable
as a NULL terminated string. This string should not be modified
or freed.
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er ENOMEM