20-10-2006, 09:02 AM
Rule 17.4 has the example:
uint8_t index = 0;
...
index = index + 5;
How does this go along with:
u8a + 5; /* not compliant */
uint8_t index = 0;
...
index = index + 5;
How does this go along with:
u8a + 5; /* not compliant */