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 ea3e51f commit 4d08518Copy full SHA for 4d08518
include/inttypes.h
@@ -28,7 +28,7 @@
28
#define PRIi32 "I32i"
29
#define PRId32 "d"
30
#define PRIu32 "u"
31
-#define PRIX32 "x"
+#define PRIX32 "X"
32
33
#endif
34
0 commit comments