04-09-2008, 09:23 AM
Dear Misra Committee,
Rule 13.5 seems not clearly explicit about the content of the for expressions.
Rule 13.5 seems not clearly explicit about the content of the for expressions.
- First expression: Initialization of the loop coounter if present. Can we consider as valid code the following examples:
[code]
int32_t i=0;
for (i++;i
<t></t>