James wrote:

> -     int main(int argc, char **argv, char **envp)
> 
> this one's new to me... don't tell me, **envp points to a string of all the
> environment variables..

Yep. It should be identical to the global variable `environ'.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to