in reply to Re: Infinite Loop Question
in thread Infinite Loop Question

No particular reason why I used

 for(;;) {...}

instead of

 while(1) {...}

It is my understanding that the two are pretty much interchangable.