[previous] MISRA C:2012  Rule-21.4:  (Required) [next] The standard header file <setjmp.h> shall not be used

Amplification:

None of the facilities that are specified as being provided by <setjmp.h> shall be used.

Example Code:


#include <setjmp.h>                     /* 5132 */

#include "misra.h"
#include "m3cmex.h"

extern int16_t rule_2104( void )
{
   return 1;
}


QAC messages that encompass this guideline:

5132 Use of standard header file <setjmp.h>.



(c) The Motor Industry Research Association, 2012
QA C Source Code Analyser 8.1.2
MISRA C:2012 Compliance Module 1.0
© 2013 Programming Research
www.programmingresearch.com
Personality Groups | Glossary | Message Index | MISRA C:2012 Rule Index Contents