On 30 Mar 2000 15:45:45 +0200, Jean-Marc Lasgouttes wrote:

> I did not find
>anything in the standard about putenv(), though.

putenv() is proprietary to 4.2 BSD and derived systems (like SunOS),
saw all kinds of funny prototypes.

Others have setenv(). Others neither. GNU software often uses bad hacks
(own 'implementations') to get rid of this problem.

Arnd

Reply via email to