mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
intel64: Add _intmax_t and _uintmax_t
This commit is contained in:
committed by
Xiang Xiao
parent
7eef194a93
commit
a462644e32
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user