Re: How do I ex****t a environmental variable to a C program?
by Antoninus Twink <nospam@[EMAIL PROTECTED]
>
May 9, 2008 at 07:37 PM
On 9 May 2008 at 17:26, iavian wrote:
> I want to set a env variable in a C program? . Not through shell env
> variables. Any help?
What do you mean "not through shell env variables"?
If you're on a POSIX system, check out setenv() and putenv().