Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

types.h

Go to the documentation of this file.
00001 00002 00003 00004 00005 00006 00007 #ifndef _ZFXMATH_INCLUDE_TYPES_H_ 00008 #define _ZFXMATH_INCLUDE_TYPES_H_ 00009 00010 00011 #ifndef __int8 00012 typedef char __int8; 00013 #endif 00014 00015 #ifndef __int32 00016 typedef int __int32; 00017 #endif 00018 00019 #ifndef __int64 00020 typedef long long __int64; 00021 #endif 00022 00023 #ifndef size_t 00024 typedef unsigned __int64 size_t; 00025 #endif 00026 00027 #endiff

Generated on Thu Nov 25 04:02:58 2004 for ZFX-Math Library by doxygen 1.3.8