Abraxas/Misra Home  Table of Contents

Module - m17.html

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

Misra-C Test Suite for Module - m17.c

/* Misra C Enforcement Testing */

Misra C Enforcement Testing */

/* Rule 17: Required */

Rule 17: Required */

/* typedef names shall not be reused. */

typedef names shall not be reused. */
#include "misra.h"
typedef unsigned int UI; 
typedef unsigned char UI; /*  RULE 17  */



Function Name: m17()

m17() {
typedef unsigned int UI; 
typedef unsigned char UI; /*  RULE 17  */
}

Abraxas/Misra Home  Table of Contents

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