do{...}while(0);
とかにしたくないとき

while(1){
...;
...;
break;
}
もたまに意図的に使う