home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16216 < prev    next >
Encoding:
Text File  |  1992-11-09  |  696 b   |  24 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!yoyo.cc.monash.edu.au!bena
  3. From: bena@yoyo.cc.monash.edu.au (Ben Aveling)
  4. Subject: Hows this for odd
  5. Message-ID: <1992Nov9.102217.23060@monu6.cc.monash.edu.au>
  6. Sender: news@monu6.cc.monash.edu.au (Usenet system)
  7. Organization: Monash University General Access Unix
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. Date: Mon, 9 Nov 1992 10:22:17 GMT
  10. Lines: 12
  11.  
  12.  
  13. Hi all,
  14.  
  15. Just recently I saw the following fragment of code, and I thought I'd share
  16. it with you all.  (This is real code, part of a real program people will
  17. pay money for.)
  18.  
  19.     ... ,(i==0)?TRUE:FALSE,...
  20.  
  21. Am I going mad, or is this slightly redundant ?
  22.  
  23.     :-/  Ben
  24.