Abraxas/Misra Home  Table of Contents

Module - m19.html

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

Misra-C Test Suite for Module - m19.c

/* Misra C Enforcement Testing */

Misra C Enforcement Testing */

/* Rule 19: Required */

Rule 19: Required */

/* Octal constants ( other than zero ) shall not be used. */

Octal constants ( other than zero ) shall not be used. */
#include "misra.h"
SI_32
rule19 ( void ) 



Function Name: rule19()

{
    
SI_32 code[5];
    
    code[0] = 109; 
    code[1] = 052; /*  RULE 19  */
    
    return 1;
    
}

Abraxas/Misra Home  Table of Contents

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