/* >>>------------------------------------------------------------ * * File: rule_20.8.c, Module: M2CM-3.2-QAC-8.1.2 * * RULE 20.8 (Required): * The signal handling facilities of shall not be used. * * Implemented by message: * 5123 The signal handling facilities of shall not * be used. * * <<<------------------------------------------------------------ */ #include /* MISRA Violation */ #include "misra.h" #include "m2cmex.h" extern S16 test_2008( void ) { S16 i = SIGINT; return i; }