Versions Compared

Key

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

This section identifies rules and recommendations related to the functions defined in C99 Section 7.20.4, "Communication with the environment".

Recommendations

ENV34ENV00-CA. Do not rely on store the pointer to the string returned by getenv() following a subsequent invocation

ENV01-A. Do not make assumptions about the size or value of an environment variable

...