intel64: Add _intmax_t and _uintmax_t
This commit is contained in:
parent
7eef194a93
commit
a462644e32
@ -62,6 +62,9 @@ typedef signed long _int64_t;
|
|||||||
typedef unsigned long _uint64_t;
|
typedef unsigned long _uint64_t;
|
||||||
#define __INT64_DEFINED
|
#define __INT64_DEFINED
|
||||||
|
|
||||||
|
typedef _int64_t _intmax_t;
|
||||||
|
typedef _uint64_t _uintmax_t;
|
||||||
|
|
||||||
/* A pointer is 8 bytes */
|
/* A pointer is 8 bytes */
|
||||||
|
|
||||||
typedef signed long long _intptr_t;
|
typedef signed long long _intptr_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user