Abraxas/Misra Home Table of Contents
#include "misra.h"
SI_32
rule28 ( void )
Function Name: rule28()
{SI_32 x;SI_32 d;SI_32 e;SI_32 a = 3;if ( a == 3 ){d = x; /* RULE 30 */}for ( ; e < 23; ++e ) /* RULE 30 */{a += 2;}return 1;
}
Abraxas/Misra Home Table of Contents