]> git.proxmox.com Git - qemu.git/blobdiff - vl.h
C99 64 bit printf
[qemu.git] / vl.h
diff --git a/vl.h b/vl.h
index 3cc4621bc55ad0b058aae0d73095bcaa0fd8e512..58dc17addcae3a890668523948c3428931a526a5 100644 (file)
--- a/vl.h
+++ b/vl.h
@@ -61,6 +61,9 @@ static inline char *realpath(const char *path, char *resolved_path)
 }
 
 #define PRId64 "I64d"
+#define PRIx64 "I64x"
+#define PRIu64 "I64u"
+#define PRIo64 "I64o"
 #endif
 
 #ifdef QEMU_TOOL