Define max ULONG type limit
This commit is contained in:
parent
83c0accc5f
commit
91d65bb937
@ -38,6 +38,7 @@
|
|||||||
#define MAXSHORT 0x7FFF
|
#define MAXSHORT 0x7FFF
|
||||||
#define MINLONG 0x80000000
|
#define MINLONG 0x80000000
|
||||||
#define MAXLONG 0x7FFFFFFF
|
#define MAXLONG 0x7FFFFFFF
|
||||||
|
#define MAXULONG 0xFFFFFFFF
|
||||||
|
|
||||||
/* Preprocessor macros for defining a structure alignment and packing */
|
/* Preprocessor macros for defining a structure alignment and packing */
|
||||||
#define ALIGN(x) __attribute__((aligned(x)))
|
#define ALIGN(x) __attribute__((aligned(x)))
|
||||||
|
Loading…
Reference in New Issue
Block a user