#include <signal.h> /* Noncompliant */
Signal handling contains implementation-defined and undefined behavior.
#include <signal.h> /* Noncompliant */
Mentioning S1000 here for testing purposes.
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
(visible only on this page)
\[~ann.campbell.2] implementation seems more complete (SQALE, description) than this spec.