Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added asctime()

...

The getenv() function is not thread-safe. Make sure to address any possible race conditions resulting from the use of this function.

The asctime()localeconv(), setlocale(), and strerror() functions have similar restrictions. Do not access the objects returned by any of these functions after a subsequent call.

...