Abraxas/Misra Home Table of Contents
#include "misra.h"
SI_32
rule13 ( void )
Function Name: rule13()
{signed char c; /* RULE 13 */short s; /* RULE 13 */int i; /* RULE 13 */long l; /* RULE 13 */float f; /* RULE 13 */double d; /* RULE 13 */return 1;
}
Abraxas/Misra Home Table of Contents