home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Database / CLIPR503.W96 / DBSTRUCT.C_ / DBSTRUCT.C
Text File  |  1995-06-26  |  370b  |  25 lines

  1. /***
  2. *
  3. *  Dbstruct.ch
  4. *
  5. *  DBSTRUCT() function definitions
  6. *
  7. *  Copyright (c) 1990-1993, Computer Associates International, Inc.
  8. *  All rights reserved.
  9. *
  10. */
  11.  
  12.  
  13. // Subscripts for field structure array
  14. #define DBS_NAME        1
  15. #define DBS_TYPE        2
  16. #define DBS_LEN          3
  17. #define DBS_DEC          4
  18.  
  19. // Length of array
  20. #define DBS_ALEN        4
  21.  
  22.  
  23. #define _DBSTRUCT_CH
  24.  
  25.