Abraxas/Misra Home  Table of Contents

Module - m13.html

ABRAXAS SOFTWARE - CodeCheck MISRA Test-Suite Misra-C:1998 Misra-C:2004.

Misra-C Test Suite for Module - m13.c

/* Misra C Enforcement Testing */

Misra C Enforcement Testing */

/* Rule 13: Advisory */

Rule 13: Advisory */

/* The basic types char, short, int, long, float and double should not */

The basic types char, short, int, long, float and double should not */

/* be used. */

be used. */
#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

ABRAXAS SOFTWARE - CodeCheck MISRA Test-Suite Misra-C:1998 Misra-C:2004.