Infinite loops

herndon at umn-cs.UUCP herndon at umn-cs.UUCP
Fri Apr 25 12: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