Abraxas/Misra Home  Table of Contents

Module - m11.html

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

Misra-C Test Suite for Module - m11.c

/* Misra C Enforcement Testing */

Misra C Enforcement Testing */

/* Rule 11: Required */

Rule 11: Required */

/* No reliance on more than 31 character significance. */

No reliance on more than 31 character significance. */
#include "misra.h"
SI_32
int
rule11 ( void ) 



Function Name: rule11()

{
    
int abcdefghijklmnopqrstuvwxyz01234A; /*  RULE 11  */
int abcdefghijklmnopqrstuvwxyz01234B; /*  RULE 11  */
    
int bcdefghijklmnopqrstuvwxyz01234A; 
int bcdefghijklmnopqrstuvwxyz01234B; 
    
    return 1;
    
}

Abraxas/Misra Home  Table of Contents

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