Versions Compared

Key

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

Some environments provide environment pointers that are valid when main() is called but may be invalided by operations that modify the environment.

SubclauseJSubclause J.5.1 of the C Standard [ISO/IEC 9899:2011] states:

...

For example, when compiled with GCC 3GCC 4.48.6 1 and run on a 32-bit Intel GNU/Linux machine, the following code,

...