Craig McLean wrote:
I'm working with environment variables. In UNIX environment variables are made available directly via the
extern char **environ
[snip snip]
>
Is there anything I can do about this?

getenv(key) and setenv(key, value, overwrite) ?


man 3 getenv
man 3 setenv

Dave

_______________________________________________
clug-talk mailing list
[EMAIL PROTECTED]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca

Reply via email to