Abraxas/Misra Home  Table of Contents

Module - m23.html

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

Misra-C Test Suite for Module - m23.c

/* Misra C Enforcement Testing */

Misra C Enforcement Testing */

/* Rule 23: Advisory */

Rule 23: Advisory */

/* All declarations at file scope should be static where possible. */

All declarations at file scope should be static where possible. */
#include "misra.h"
SI_32 func23 ( void ) ; /*  RULE 23  */
SI_32
func23 ( void ) 



Function Name: func23()

{
    
    return 1;
    
}
SI_32
rule23 ( void ) 



Function Name: rule23()

{
    
    return func23 (  ) ;
    
}

Abraxas/Misra Home  Table of Contents

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