Abraxas/Misra Home Table of Contents
ABRAXAS SOFTWARE - CodeCheck MISRA Test-Suite Misra-C:1998 Misra-C:2004.Misra-C Test Suite for Module - m87.c
/* Misra C Enforcement Testing */
Misra C Enforcement Testing */ /* Rule 87: Required [ 2004 adv ] */
Rule 87: Required [ 2004 adv ] */ /* 19.1 ADV #include statements in a file shall only be preceded by other */
19.1 ADV #include statements in a file shall only be preceded by other */ /* pre-processor directives or comments. */
pre-processor directives or comments. */ /* 8.5 No defn's in a header file */
8.5 No defn's in a header file */ int i; /* RULE 87 */
#include "misra.h"
int func87a ( void )
Function Name: func87a()
{
return 1;
}
Abraxas/Misra Home Table of Contents
ABRAXAS SOFTWARE - CodeCheck MISRA Test-Suite Misra-C:1998 Misra-C:2004.