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 bcb3560 commit 3988d09Copy full SHA for 3988d09
lib/libc/include/inttypes.h
@@ -27,6 +27,7 @@
27
#define PRIx32 "x"
28
#define PRIi32 "I32i"
29
#define PRId32 "d"
30
+#define PRIX32 "X"
31
32
#include <stdint.h>
33
0 commit comments