home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / ctc 1.6 / ctc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-21  |  239 b   |  18 lines  |  [TEXT/KAHL]

  1. /* ctc.h
  2.  *
  3.  */
  4.  
  5. #define    OK        (1)
  6. #define    CANCEL    (2)
  7. #define    CREATOR    (3)
  8. #define    TYPE    (4)
  9.  
  10. #define checkCreator 5
  11. #define checkType 6
  12. #define    CreatorApplicationID 8
  13.  
  14. #define DOS        (12)
  15. #define IGNORE    (13)
  16. #define MAC        (14)
  17. #define UNIX    (15)
  18.