And to add oil to the fire, here are some even 'better' ways to do this:
do { ... } while(1);
Of course, all of these are inferior to:
considered: ... goto considered;
And to add oil to the fire, here are some even 'better' ways to do this:
At least that fits the common macro pattern "do{...}while(0)" (http://stackoverflow.com/questions/257418/do-while-0-what-is...).Of course, all of these are inferior to: