consistency - conventional
Why is this an issue?
Signal handling contains implementation-defined and undefined behavior.
Noncompliant code example
#include <signal.h> /* Noncompliant */
Resources
- MISRA C:2004, 20.8 - The signal handling facilities of <signal.h> shall not be used.
- MISRA C:2012, 21.5 - The standard header file <signal.h> shall not be used