Abraxas/Misra Home Table of Contents
#include
#include "misra.h"
static void
func122 ( void )
Function Name: func122()
{jmp_buf jbuf;int val = 1;if ( setjmp ( jbuf ) == 0 ) /* RULE 122 */{}else{}longjmp ( jbuf, val ) ; /* RULE 122 */
}
Abraxas/Misra Home Table of Contents