/* >>>------------------------------------------------------------ * * File: Rule-22.01.c, Module: M3CM-1.0-QAC-8.1.2 * * RULE Rule-22.1 (Required): * All resources obtained dynamically by means of Standard Library * functions shall be explicitly released * * Not enforced * * <<<------------------------------------------------------------ */ #include "misra.h" #include "m3cmex.h" extern int16_t rule_2201( void ) { return 1; }