Infinite Loops

herndon at umn-cs herndon at umn-cs
Fri Apr 25 19:27:00 AEST 1986


  For the infinite loop, I like the sequence

#define ever ;;

...

   for(ever) {
        ...
   }

				Robert Herndon



More information about the Comp.lang.c mailing list