home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Database / CLIPR503.W96 / DICT.C_ / DICT.C
Text File  |  1995-06-20  |  223b  |  15 lines

  1. /***
  2. *
  3. *  Dict.ch
  4. *
  5. *  Header file for Dict.prg
  6. *
  7. *  Copyright (c) 1993-1995, 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.