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

Amplification:

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

Example Code:


#include <tgmath.h>                      /* 5131 */

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

extern int16_t rule_2111( void )
{
   return 1;
}


QAC messages that encompass this guideline:

5131 Use of standard header file <tgmath.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