home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.lang.c:20351 comp.lang.fortran:5233
- Newsgroups: comp.lang.c,comp.lang.fortran
- Path: sparky!uunet!ulowell!cs.ulowell.edu!vpham
- From: vpham@cs.ulowell.edu (vinh)
- Subject: Re: world's worst comment
- Message-ID: <C1LGrD.3MD@ulowell.ulowell.edu>
- Sender: usenet@ulowell.ulowell.edu (News manager - ulowell)
- Organization: University of Massachusetts at Lowell Computer Science
- References: <1k777jINN5j@iskut.ucs.ubc.ca> <1993Jan28.201020.17169@pony.Ingres.COM>
- Date: Fri, 29 Jan 1993 02:40:24 GMT
- Lines: 18
-
- In article <1993Jan28.201020.17169@pony.Ingres.COM> mikes@Ingres.COM (Mike Schilling) writes:
- >From article <1k777jINN5j@iskut.ucs.ubc.ca>, by morgan@sitka.triumf.ca (Morgan Burke):
- >> Here is my candidate for the world's most useless comment:
- >> [X-windows C-code generated by XDesigner 2.0 Motif UI builder]
- >>
- >>
- >> Display *display; /* Display */
- >>
- >>
- >> -- Morgan Burke
- >> morgan@sitka.triumf.ca
- >Worse would be:
- > Display *display; /* loop counter */
-
- why worse? i do this all the time :-)
-
- for (;(*(int *)display) < 10; (*(int *)display)++)
- ;
-