Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Does 5.6 or 5.7 apply to block scope identifiers?
#4
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)