Re(n): null loop bodies

Mark Purtill Purtill at MIT-MULTICS.ARPA
Fri Aug 30 09:12:41 AEST 1985


<Fnord>
I use either:

          while (test ) ; /* no body! */

or
          
          while (test ) {
                    ;
                    }

depending on space (on the screen) considerations.  Or at least I ought
to.

       Mark
^.-.^  Purtill at MIT-MULTICS.ARPA    **Insert favorite disclaimer here**
(("))  2-032 MIT Cambrige MA 02139



More information about the Comp.lang.c mailing list