home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!portal!dfuller
- From: dfuller@portal.hq.videocart.com (Dave Fuller)
- Subject: TRUE & FALSE
- Message-ID: <BxIsBJ.1z0@portal.hq.videocart.com>
- Organization: VideOcart Inc.
- X-Newsreader: Tin 1.1 PL3
- Date: Tue, 10 Nov 1992 21:42:54 GMT
- Lines: 16
-
- This is to clear up my response under "how's this for odd"
-
- I said I define TRUE and FALSE values. I meant that I have values that
- mean TRUE and FALSE (logically, not #defined). I do not redefine the
- values of TRUE and FALSE.
-
- I defined values like C_SUCCESS and C_FAILURE as return values for routines.
-
- these are as return values only, and would never be used to test the result
- of a comparison or other c logic.
-
- sorry about the confusion, my original response was not clear on this.
-
- Dave Fuller
- dfuller@portal.hq.videocart.com
-
-