Hi Christoph, > What about: > > do { > if (i < 0) { > break; > } > } while (0) The break will break out of the once-thru do-while, not out of Frank's infinite for(;;). --Eljay
Hi Christoph, > What about: > > do { > if (i < 0) { > break; > } > } while (0) The break will break out of the once-thru do-while, not out of Frank's infinite for(;;). --Eljay