Skip to content

Commit 3988d09

Browse files
authored
add missing PRIX32
1 parent bcb3560 commit 3988d09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/libc/include/inttypes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#define PRIx32 "x"
2828
#define PRIi32 "I32i"
2929
#define PRId32 "d"
30+
#define PRIX32 "X"
3031

3132
#include <stdint.h>
3233

0 commit comments

Comments
 (0)