Abraxas/Misra Home  Table of Contents

Module - m68.html

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

Misra-C Test Suite for Module - m68.c

/* Misra C Enforcement Testing */

Misra C Enforcement Testing */

/* Rule 68: Required */

Rule 68: Required */

/* Functions shall always be declared at file scope. */

Functions shall always be declared at file scope. */
#include "misra.h"
static void func68 ( void ) ; 
SI_32
rule68 ( void ) 



Function Name: rule68()

{
    
SI_32 func68a ( void ) ; /*  RULE 68  */
SI_32 c = 1;
    
    return c;
    
}

Abraxas/Misra Home  Table of Contents

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