home *** CD-ROM | disk | FTP | other *** search
/ Installer 5.00 - Please Dont Remove it From My Bag / 060126_0945.iso / CLIPPER / CLIPPER.EXE / CLIPPER5 / SOURCE / SAMPLE / DICT.CH < prev    next >
Encoding:
Text File  |  1993-03-04  |  218 b   |  15 lines

  1. /***
  2. *
  3. *  Dict.ch
  4. *
  5. *  Header file for Dict.prg
  6. *
  7. *  Copyright (c) 1993, Computer Associates International Inc.
  8. *  All rights reserved.
  9. *
  10. */
  11.  
  12. // Dictionary item elements
  13. #define DI_KEY    1
  14. #define DI_VAL    2
  15.