getenv(3F) getenv(3F)NAME getenv - return Fortran environment variable SYNOPSIS character *N c getenv(tmpdir, c) DESCRIPTION getenv returns the character-string value of the environment variable represented by its first argument into the character variable of its second argument. If no such environment variable exists, all blanks are returned. SEE ALSO getenv(3C), environ(5) January 1992 1