Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Does 5.6 or 5.7 apply to block scope identifiers?
#3
So, code like this is non-compliant?
Code:
void f(void)
    {
    int i;
    }

void g(void)
    {
    int i;
    }


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)