Abraxas/Misra Home  Table of Contents

Module - m75.html

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

Misra-C Test Suite for Module - m75.c

/* Misra C Enforcement Testing */

Misra C Enforcement Testing */

/* Rule 75: Required */

Rule 75: Required */

/* Every function shall have an explicit return type. */

Every function shall have an explicit return type. */
#include "misra.h"
static void 
func75a ( void ) 



Function Name: func75a()

{
    
    
}
func75b ( void ) /*  RULE 75  */



Function Name: func75b()

{
    
    return 1;
    
}

Abraxas/Misra Home  Table of Contents

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