blob: f7a07cafd1f5d4de6069ebdba13c4e2f50fd5d19 [file] [log] [blame]
@@
typedef uint;
@@
-uint
+unsigned int
@@
typedef uvlong;
typedef uint64_t;
@@
-uvlong
+uint64_t
@@
typedef vlong;
typedef int64_t;
@@
-vlong
+int64_t
@@
typedef ulong;
typedef uint32_t;
@@
-ulong
+uint32_t
@@
typedef usize;
@@
-usize
+unsigned long
@@
typedef u32int;
@@
-u32int
+uint32_t
@@
typedef ushort;
typedef uint16_t;
@@
-ushort
+uint16_t
@@
typedef uchar;
typedef uint8_t;
@@
-uchar
+uint8_t
@@
typedef uintptr;
typedef uintptr_t;
@@
-uintptr
+uintptr_t