Abraxas/Misra Home Table of Contents
#include "misra.h"
SI_32
rule66 ( void )
Function Name: rule66()
{SI_32 c = 3;SI_32 i = 3;SI_32 x = 3;for ( i = 0; i < 10; ++i, ( x = 8 ) ) /* RULE 66 */{/* DO NOTHING */
}
return c;
}
Abraxas/Misra Home Table of Contents