Abraxas/Misra Home  Table of Contents

Module - m20.html

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

Misra-C Test Suite for Module - m20.c

/* Misra C Enforcement Testing */

Misra C Enforcement Testing */

/* Rule 20: Required */

Rule 20: Required */

/* All object and function identifiers shall be declared before use. */

All object and function identifiers shall be declared before use. */
#include "misra.h"
void func ( void ) ;
SI_32
rule20 ( void ) 



Function Name: rule20()

{
    
    func (  ) ; 
    funcy (  ) ; /*  RULE 20  */
    
    return 1;
    
}

Abraxas/Misra Home  Table of Contents

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