Files
harbour-core/harbour/include/dbstruct.ch
1999-07-31 04:11:57 +00:00

19 lines
302 B
Plaintext

/*
* $Id$
*/
#ifndef _DBSTRUCT_CH
#define _DBSTRUCT_CH
/* Positions for field structure array */
#define DBS_NAME 1
#define DBS_TYPE 2
#define DBS_LEN 3
#define DBS_DEC 4
/* Length of the field structure array */
#define DBS_ALEN 4
#endif /* _DBSTRUCT_CH */