/* >>>------------------------------------------------------------ * * File: Rule-22.03.c, Module: M3CM-1.0-QAC-8.1.2 * * RULE Rule-22.3 (Required): * The same file shall not be open for read and write access at * the same time on different streams. * * Not enforced * * <<<------------------------------------------------------------ */ #include "misra.h" #include "m3cmex.h" extern int16_t rule_2203( void ) { return 1; }