Xbase Class Library  2.0.0
xtypes.h
Go to the documentation of this file.
1 /* $Id: xtypes.h,v 1.4 2000/10/31 00:59:48 dbryson Exp $
2 
3  Xbase project source code
4 
5  Copyright (C) 1997 StarTech, Gary A. Kunkel
6 
7  This library is free software; you can redistribute it and/or
8  modify it under the terms of the GNU Lesser General Public
9  License as published by the Free Software Foundation; either
10  version 2.1 of the License, or (at your option) any later version.
11 
12  This library is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15  Lesser General Public License for more details.
16 
17  You should have received a copy of the GNU Lesser General Public
18  License along with this library; if not, write to the Free Software
19  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 
21  Contact:
22 
23  Mail:
24 
25  Technology Associates, Inc.
26  XBase Project
27  1455 Deming Way #11
28  Sparks, NV 89434
29  USA
30 
31  Email:
32 
33  xbase@techass.com
34 
35  See our website at:
36 
37  xdb.sourceforge.net
38 
39 
40  V 1.0 10/10/97 - Initial release of software
41  V 1.5 1/2/98 - Added memo field support
42  V 1.6a 4/1/98 - Added expression support
43  V 1.8.0a 1/29/99 - V1.8 upgrade
44 */
45 
46 #ifndef __XB_XTYPES_H__
47 #define __XB_XTYPES_H__
48 
49 #include <stdio.h>
50 
54 
57 typedef unsigned long int xbULong;
59 
61 typedef unsigned short int xbUShort;
63 
65 typedef short int xbShort;
66 
67 #define xbLong long
68 //typedef long LONG;
70 
72 typedef float xbFloat;
74 
76 typedef double xbDouble;
77 
78 
79 #endif // __XB_XTYPES_H__
double xbDouble
xbDouble type
Definition: xtypes.h:76
unsigned long int xbULong
xbULong type
Definition: xtypes.h:57
float xbFloat
xbFloat type
Definition: xtypes.h:72
short int xbShort
xbShort type
Definition: xtypes.h:65
unsigned short int xbUShort
xbUShort type
Definition: xtypes.h:61