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

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!portal!dfuller
  3. From: dfuller@portal.hq.videocart.com (Dave Fuller)
  4. Subject: TRUE & FALSE
  5. Message-ID: <BxIsBJ.1z0@portal.hq.videocart.com>
  6. Organization: VideOcart Inc.
  7. X-Newsreader: Tin 1.1 PL3
  8. Date: Tue, 10 Nov 1992 21:42:54 GMT
  9. Lines: 16
  10.  
  11.  This is to clear up my response under "how's this for odd"
  12.  
  13.   I said I define TRUE and FALSE values. I meant that I have values that 
  14. mean TRUE and FALSE (logically, not #defined). I do not redefine the
  15. values of TRUE and FALSE.
  16.  
  17. I defined values like C_SUCCESS and C_FAILURE as return values for routines.
  18.  
  19. these are as return values only, and would never be used to test the result 
  20. of a comparison or other c logic.
  21.  
  22. sorry about the confusion, my original response was not clear on this.
  23.  
  24. Dave Fuller
  25. dfuller@portal.hq.videocart.com
  26.  
  27.