mirror of
https://github.com/AntelopeIO/cdt-musl.git
synced 2026-07-21 13:53:40 +00:00
llp64
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
#ifdef EOSIO_NATIVE
|
||||
#define _Addr long long
|
||||
#define __INTPTR_WIDTH__ 8
|
||||
#define __INTPTR_WIDTH__ 64
|
||||
#else
|
||||
#define _Addr int
|
||||
#endif
|
||||
|
||||
@@ -3,14 +3,14 @@
|
||||
typedef unsigned __int128 uint128_t;
|
||||
|
||||
typedef unsigned long long uint64_t;
|
||||
typedef unsigned long uint32_t;
|
||||
typedef unsigned int uint32_t;
|
||||
typedef unsigned short uint16_t;
|
||||
typedef unsigned char uint8_t;
|
||||
|
||||
typedef __int128 int128_t;
|
||||
|
||||
typedef long long int64_t;
|
||||
typedef long int32_t;
|
||||
typedef int int32_t;
|
||||
typedef short int16_t;
|
||||
typedef char int8_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user