Files
harbour-core/harbour/include/dbstruct.ch
1999-08-03 10:37:34 +00:00

18 lines
301 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 */