Abraxas/Misra Home Table of Contents
#include/* RULE 119 */
#include
#include "misra.h"
static void
func119 ( void )
Function Name: func119()
{double pd;errno = 0; /* RULE 119 */pd = cos ( 1.0f ) ;if ( errno != 0 ){}
}
Abraxas/Misra Home Table of Contents