introduce signed intptr and %z format modifier for formating uintptr and intptr
This commit is contained in:
parent
59245c73f0
commit
3e38194d72
17 changed files with 35 additions and 0 deletions
|
@ -6,6 +6,7 @@ typedef unsigned int uint;
|
|||
typedef signed char schar;
|
||||
typedef long long vlong;
|
||||
typedef unsigned long long uvlong;
|
||||
typedef long intptr;
|
||||
typedef unsigned long uintptr;
|
||||
typedef unsigned long usize;
|
||||
typedef uint Rune;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue