Abraxas/Misra Home  Table of Contents

Module - m90.html

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

Misra-C Test Suite for Module - m90.c

/* Misra C Enforcement Testing */

Misra C Enforcement Testing */

/* Rule 90: Required */

Rule 90: Required */

/* C macros shall only be used for symbolic constants, function-like */

C macros shall only be used for symbolic constants, function-like */

/* macros, type qualifiers and storage class specifiers. */

macros, type qualifiers and storage class specifiers. */
#define PI 4 
#define SQR ( x ) (  ( x ) * ( x )  ) 
#define IMPORT extern 
#define SINT_32 long /*  RULE 90  */
#define BEGBLOCK {

/* RULE 90 */

RULE 90 */
    #define STARTIF if ( /*  RULE 90  */
    
    static void
func90a ( void ) 



Function Name: func90a()

    {
        
        
    }

Abraxas/Misra Home  Table of Contents

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