home *** CD-ROM | disk | FTP | other *** search
- /***
- *
- * Dbstruct.ch
- *
- * DBSTRUCT() function definitions
- *
- * Copyright (c) 1990-1993, Computer Associates International, Inc.
- * All rights reserved.
- *
- */
-
-
- // Subscripts for field structure array
- #define DBS_NAME 1
- #define DBS_TYPE 2
- #define DBS_LEN 3
- #define DBS_DEC 4
-
- // Length of array
- #define DBS_ALEN 4
-
- #define _DBSTRUCT_CH
-
-