/* >>>------------------------------------------------------------ * * File: rule_19.15.c, Module: M2CM-3.2-QAC-8.1.2 * * RULE 19.15 (Required): * Precautions shall be taken in order to prevent the contents of * a header file being included twice. * * Implemented by message: * 883 Include file code is not protected against repeated * inclusion * * <<<------------------------------------------------------------ */ #include "misra.h" #include "m2cmex.h" #include "rule_19.15.ok1.h" #include "rule_19.15.ok2.h" #include "rule_19.15.bad.h" extern S16 test_1915( void ) { return 0; }