added uint64 type
This commit is contained in:
@@ -39,15 +39,17 @@
|
||||
#endif
|
||||
|
||||
|
||||
typedef unsigned int uint;
|
||||
typedef unsigned char ubyte;
|
||||
typedef unsigned char boolean;
|
||||
typedef unsigned short ushort;
|
||||
typedef unsigned int uint;
|
||||
typedef unsigned char ubyte;
|
||||
typedef unsigned char boolean;
|
||||
typedef unsigned short ushort;
|
||||
typedef unsigned long long uint64;
|
||||
|
||||
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
|
||||
|
||||
/* Function inlining */
|
||||
#if defined(__GNUC__)
|
||||
# define INLINE __inline__
|
||||
|
||||
Reference in New Issue
Block a user