/* >>>------------------------------------------------------------ * * File: Rule-22.04.c, Module: M3CM-1.0-QAC-8.1.2 * * RULE Rule-22.4 (Mandatory): * There shall be no attempt to write to a stream which has been * opened as read-only. * * Not enforced * * <<<------------------------------------------------------------ */ #include "misra.h" #include "m3cmex.h" extern int16_t rule_2204( void ) { return 1; }