D - How can I get access to environment?
- New <New_member pathlink.com> Oct 21 2002
New wrote:How can I get access to environment?
In UNIX, you can call the standard C functions, getevnv() and setenv(). Their declarations are (so you don't have to port an entire C header): char *getenv(char *name); int setenv(char *name,char *value,int overwrite);
Oct 22 2002








Russell Lewis <spamhole-2001-07-16 deming-os.org>