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