mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
u.h: add intptr
This commit is contained in:
parent
c42f7f4201
commit
949b59cd4e
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ typedef int8_t s8int;
|
|||
typedef uint16_t u16int;
|
||||
typedef int16_t s16int;
|
||||
typedef uintptr_t uintptr;
|
||||
typedef intptr_t intptr;
|
||||
typedef uint32_t u32int;
|
||||
typedef int32_t s32int;
|
||||
|
||||
|
|
Loading…
Reference in a new issue