Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added normative wording about system(0);

...

Do not invoke a command processor via system() or equivalent functions to execute a command. It is permissible to call system() with a null pointer argument to determine the presence of a command processor for the system.

Noncompliant Code Example

...