tu.h: add intptr - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 949b59cd4e7d1f55c40692040ec1ab5ce150e6fc
DIR parent c42f7f420164d651905fbadbe9bbd8618132d951
HTML Author: Russ Cox <rsc@swtch.com>
Date: Thu, 6 Mar 2008 15:13:42 -0500
u.h: add intptr
Diffstat:
M include/u.h | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/include/u.h b/include/u.h
t@@ -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;