Abraxas/Misra Home Table of Contents
#include "misra.h"
static SI_32 x;
extern SI_32 x; /* RULE 24 */
static UC_8 y;
SI_32
rule24 ( void )
Function Name: rule24()
{extern UC_8 y;{extern UC_8 y; /* RULE 24 */}return 1;
}
Abraxas/Misra Home Table of Contents