Infinite Loops

ARPA at brl-smoke ARPA at brl-smoke
Mon Apr 28 19:00:00 AEST 1986


Actually, any decent C compiler will optimize away "while(1)",
so that it will be no less efficient than "for(;;)".



More information about the Comp.lang.c mailing list