Commit Diff


commit - c42f7f420164d651905fbadbe9bbd8618132d951
commit + 949b59cd4e7d1f55c40692040ec1ab5ce150e6fc
blob - ac9699ca3813481fe791eb712f8711f94fa0caff
blob + 2d29a36b6eb66317e91104055429ee2449aabf84
--- include/u.h
+++ 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;