...
Wiki Markup |
---|
If an environmental variable does not exist, the call to {{getenv()}} returns a NULLnull pointer. In these cases, the call to {{strdup()}} should also return a NULLnull pointer, but it is important to verify this as this behavior is not guaranteed by POSIX \[[Open Group 04|AA. C References#Open Group 04]\] |
...