26-09-2007, 02:19 PM
In the TC, we allow the for loop example with all three expressions being empty for a deliberate infinite loop.
Code:
/* deliberate infinite loop */
for ( ; ; )
{
...
}
Posted by and on behalf of the MISRA C Working Group