Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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]\]

...