...
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
...