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).
Page 1 (last mod. 1/14/87)