Abraxas/Misra Home Table of Contents
#include
#include "misra.h"
static struct s
{
int mem;
} st;
static void
func120 ( void )
Function Name: func120()
{size_t of;of = offsetof ( struct s, mem ) ; /* RULE 120 */
}
Abraxas/Misra Home Table of Contents