aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/inttypes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/inttypes.h b/include/inttypes.h
index 984c1f6..324385a 100644
--- a/include/inttypes.h
+++ b/include/inttypes.h
@@ -28,4 +28,10 @@
#define PRIx64 "llx"
#endif
+#define PRIu32 "u"
+#define PRIx32 "x"
+
+#define PRIu16 "hu"
+#define PRIx16 "hx"
+
#endif