intel64: Add _intmax_t and _uintmax_t
This commit is contained in:
parent
7eef194a93
commit
a462644e32
1 changed files with 3 additions and 0 deletions
|
|
@ -62,6 +62,9 @@ typedef signed long _int64_t;
|
|||
typedef unsigned long _uint64_t;
|
||||
#define __INT64_DEFINED
|
||||
|
||||
typedef _int64_t _intmax_t;
|
||||
typedef _uint64_t _uintmax_t;
|
||||
|
||||
/* A pointer is 8 bytes */
|
||||
|
||||
typedef signed long long _intptr_t;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue