getenv(3) CLIX getenv(3)
NAME
getenv - Returns an environment variable to calling FORTRAN program
LIBRARY
FORTRAN Library (libap_f.a)
SYNOPSIS
call getenv(~VARIABLE_NAME~,c)
character*N c
PARAMETERS
c An argument of type character.
DESCRIPTION
The getenv() function 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.
RELATED INFORMATION
Functions: getenv(3)
Files: environ(4)
2/94 - Intergraph Corporation 1