/* >>>------------------------------------------------------------ * * File: rule_8.5.c, Module: M2CM-3.2-QAC-8.1.2 * * RULE 8.5 (Required): * There shall be no definitions of objects or functions in a * header file. * * Implemented by messages: * 3406 Object/function '%s', with external linkage, has been * defined in a header file. * * 3480 Object/function '%s', with internal linkage, has been * defined in a header file. * * <<<------------------------------------------------------------ */ #include "misra.h" #include "m2cmex.h" #include "rule_8.5.h" extern S16 test_0805( void ) { return test_0805c(); }