]> git.lizzy.rs Git - plan9front.git/blobdiff - power64/include/u.h
introduce signed intptr and %z format modifier for formating uintptr and intptr
[plan9front.git] / power64 / include / u.h
index 7f4c22c9639157149d77be2a3b4e1ddbe284b46e..0f059498b031de9f23bb28bd2a327793b48b6f56 100644 (file)
@@ -6,6 +6,7 @@ typedef unsigned int    uint;
 typedef        signed char     schar;
 typedef        long long       vlong;
 typedef        unsigned long long uvlong;
+typedef long long      intptr;
 typedef unsigned long long uintptr;
 typedef unsigned long  usize;
 typedef        uint            Rune;