Abraxas/Misra Home Table of Contents
#include "misra.h"
SI_32 func23 ( void ) ; /* RULE 23 */
SI_32
func23 ( void )
Function Name: func23()
{return 1;
}
SI_32
rule23 ( void )
Function Name: rule23()
{return func23 ( ) ;
}
Abraxas/Misra Home Table of Contents