/* >>>------------------------------------------------------------ * * File: rule_3.3.c, Module: M2CM-3.2-QAC-8.1.2 * * RULE 3.3 (Advisory): * The implementation of integer division in the chosen compiler * should be determined, documented and taken into account. * * Not enforced * * <<<------------------------------------------------------------ */ #include "misra.h" #include "m2cmex.h" extern S16 test_0303( void ) { return 0; }