We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83139ec commit e8393d8Copy full SHA for e8393d8
include/inttypes.h
@@ -29,6 +29,7 @@
29
#define PRIi32 "I32i"
30
#define PRId32 "d"
31
#define PRIu32 "u"
32
+#define PRIX32 "X"
33
34
#endif
35
0 commit comments