标签:c语言
while(1)
{
}
for(;;)
Loop:
...
goto Loop;
死循环
原文地址:http://blog.csdn.net/u011046042/article/details/39999503