Browse - programming tips - putenv does not workDate: 2010apr28 Language: C/C++ Q. Why isn't my putenv() working? A. You probably need to do: putenv(strdup(s)); if your assignment, s, is a local variable.
Add a commentSign in to add a comment | Advertisements:
|