17-11-2019, 10:40 PM
Hello,
Regarding the rule 20.11, the call of 'system' shall not be used. But In my current program, I'm creating process by using fork() and system() to start it.
What is the best solution to create process and start it in order to comply with MISRA C 2004 ?
By advance thanks for your answer.
Regarding the rule 20.11, the call of 'system' shall not be used. But In my current program, I'm creating process by using fork() and system() to start it.
What is the best solution to create process and start it in order to comply with MISRA C 2004 ?
By advance thanks for your answer.
<t></t>