Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getenv(3F) — CX/UX 6.20

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

getenv(3C)

environ(5)

getenv(3F)

NAME

getenv − return Fortran environment variable

SYNOPSIS

getenv(c1,c2)
character∗N c1,c2

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 will be returned. 

For example,

getenv("TMPDIR", c)

SEE ALSO

getenv(3C), environ(5). 

NOTES

When compiling source with the -Qocs option, an explicit underscore needs to be added to the end of the routine name. 

CX/UX Hf77 Fortran Reference Manual

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026