Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

xtypes.h

Go to the documentation of this file.
00001 /*  $Id: xtypes.h,v 1.5 2003/08/16 19:59:39 gkunkel Exp $
00002 
00003     Xbase project source code
00004 
00005     Copyright (C) 1997  Gary A. Kunkel   
00006 
00007     This library is free software; you can redistribute it and/or
00008     modify it under the terms of the GNU Lesser General Public
00009     License as published by the Free Software Foundation; either
00010     version 2.1 of the License, or (at your option) any later version.
00011 
00012     This library is distributed in the hope that it will be useful,
00013     but WITHOUT ANY WARRANTY; without even the implied warranty of
00014     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00015     Lesser General Public License for more details.
00016 
00017     You should have received a copy of the GNU Lesser General Public
00018     License along with this library; if not, write to the Free Software
00019     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00020 
00021     Contact:
00022 
00023       Mail:
00024 
00025         Technology Associates, Inc.
00026         XBase Project
00027         1455 Deming Way #11
00028         Sparks, NV 89434
00029         USA
00030 
00031       Email:
00032 
00033         xbase@techass.com
00034         xdb-devel@lists.sourceforge.net
00035         xdb-users@lists.sourceforge.net
00036 
00037       See our website at:
00038 
00039         xdb.sourceforge.net
00040 
00041 */
00042 
00043 #ifndef __XB_XTYPES_H__
00044 #define __XB_XTYPES_H__
00045 
00046 #include <stdio.h>
00047 
00051 
00052 
00054 typedef unsigned long  int xbULong;
00056 
00058 typedef unsigned short int xbUShort;
00060 
00062 typedef short int          xbShort;
00063 
00064 #define xbLong long
00065 //typedef long             LONG;
00067 
00069 typedef float              xbFloat;
00071 
00073 typedef double             xbDouble;
00074 
00075 
00076 #endif      // __XB_XTYPES_H__

Generated on Wed Jan 26 11:45:09 2005 for Xbase Class Library by  doxygen 1.4.1