Abraxas/Misra Home Table of Contents
#define SQR ( x ) ( ( x ) * ( x ) )
#undef SQR ( x )
#define PI ( 3.14159265f )
void
func91a ( void )
Function Name: func91a()
{#define HELLO SAILOR /* RULE 91 */#undef SQR ( x ) /* RULE 91 */#undef PI /* RULE 91 */
}
Abraxas/Misra Home Table of Contents