home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!yoyo.cc.monash.edu.au!bena
- From: bena@yoyo.cc.monash.edu.au (Ben Aveling)
- Subject: Hows this for odd
- Message-ID: <1992Nov9.102217.23060@monu6.cc.monash.edu.au>
- Sender: news@monu6.cc.monash.edu.au (Usenet system)
- Organization: Monash University General Access Unix
- X-Newsreader: TIN [version 1.1 PL6]
- Date: Mon, 9 Nov 1992 10:22:17 GMT
- Lines: 12
-
-
- Hi all,
-
- Just recently I saw the following fragment of code, and I thought I'd share
- it with you all. (This is real code, part of a real program people will
- pay money for.)
-
- ... ,(i==0)?TRUE:FALSE,...
-
- Am I going mad, or is this slightly redundant ?
-
- :-/ Ben
-