We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccf1c8 commit ea3e51fCopy full SHA for ea3e51f
include/inttypes.h
@@ -28,6 +28,7 @@
28
#define PRIi32 "I32i"
29
#define PRId32 "d"
30
#define PRIu32 "u"
31
+#define PRIX32 "x"
32
33
#endif
34
0 commit comments