/* >>>------------------------------------------------------------ * * File: Rule-17.06.c, Module: M3CM-1.0-QAC-8.1.2 * * RULE Rule-17.6 (Mandatory): * The declaration of an array parameter shall not contain the * static keyword between the [ ] * * Not enforced * * <<<------------------------------------------------------------ */ #include "misra.h" #include "m3cmex.h" extern int16_t rule_1706( void ) { return 1; }