home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume4 / fcpio / stdtyp.h < prev   
Encoding:
C/C++ Source or Header  |  1989-02-03  |  191 b   |  17 lines

  1. /*
  2.  * Standard types and defines for Dayton-Hudson.
  3.  *
  4.  */
  5.  
  6. #include    <stdtyp.h>
  7.  
  8. #ifndef        TRUE
  9. #define        TRUE    (1)
  10. #endif
  11.  
  12. #ifndef        FALSE
  13. #define        FALSE    (0)
  14. #endif
  15.  
  16. #define ULONG unsigned long
  17.