plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 949b59cd4e7d1f55c40692040ec1ab5ce150e6fc
parent c42f7f420164d651905fbadbe9bbd8618132d951
Author: Russ Cox <rsc@swtch.com>
Date:   Thu,  6 Mar 2008 15:13:42 -0500

u.h: add intptr

Diffstat:
Minclude/u.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/u.h b/include/u.h @@ -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;