24-09-2008, 08:05 AM
The following code is not compliant with advisory Rule 5.7.
Code:
void f(void)
{
int i;
}
void g(void)
{
int i;
}
Posted by and on behalf of the MISRA C Working Group