@@ | |
typedef uint; | |
@@ | |
-uint | |
+unsigned int | |
@@ | |
typedef u64; | |
typedef uint64_t; | |
@@ | |
-u64 | |
+uint64_t | |
@@ | |
typedef s64; | |
typedef int64_t; | |
@@ | |
-s64 | |
+int64_t | |
@@ | |
typedef u32; | |
typedef uint32_t; | |
@@ | |
-u32 | |
+uint32_t | |
@@ | |
typedef usize; | |
@@ | |
-usize | |
+unsigned long | |
@@ | |
typedef s32; | |
typedef int32_t; | |
@@ | |
- s32 | |
+ int32_t | |
@@ | |
typedef u16; | |
typedef uint16_t; | |
@@ | |
-u16 | |
+uint16_t | |
@@ | |
typedef u8; | |
typedef uint8_t; | |
@@ | |
-u8 | |
+uint8_t | |
@@ | |
typedef uintptr; | |
typedef uintptr_t; | |
@@ | |
-uintptr | |
+uintptr_t | |