[previous] MISRA-C:2004  Rule  3.6:  (Required) [next] All libraries used in production code shall be written to comply with the provisions of this document, and shall have been subject to appropriate validation.
This rule refers to any libraries used in the production code, which therefore may include standard libraries supplied with the compiler, other third-party libraries, or libraries designed in-house. This is recommended by IEC 61508 Part 3.

Example Code:


#include "misra.h"
#include "m2cmex.h"

extern S16 test_0306( void )
{
   return 0;
}


No QAC messages cover this rule.



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