/* >>>------------------------------------------------------------ * * File: Rule-22.02.c, Module: M3CM-1.0-QAC-8.1.2 * * RULE Rule-22.2 (Mandatory): * A block of memory shall only be freed if it was allocated by * means of a Standard Library function. * * Not enforced * * <<<------------------------------------------------------------ */ #include "misra.h" #include "m3cmex.h" extern int16_t rule_2202( void ) { return 1; }