[previous] MISRA C:2012  Rule-17.3:  (Mandatory) [next] A function shall not be declared implicitly

Example Code:


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

extern int16_t rule_1703( void )
{
   int16_t r;

   r = rule_1703a( );                       /* 3335 */

   return r;
}


QAC messages that encompass this guideline:

3335 No function declaration. Implicit declaration inserted: 'extern int %s();'.



(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