VMS Help CC, Run-time functions, getenv *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Searches the environment array for the current process and returns the value associated with the environment name. Syntax: #include <stdlib.h> char *getenv(const char *name);
|