...
For the case where the intent is to modify the environment, this compliant solution will save the replace the variable in altered string back into the environment by using the POSIX setenv()
and strdup()
functions.
...
...
For the case where the intent is to modify the environment, this compliant solution will save the replace the variable in altered string back into the environment by using the POSIX setenv()
and strdup()
functions.
...