Skip to content

Commit e8393d8

Browse files
authored
add missing PRIX32
1 parent 83139ec commit e8393d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/inttypes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#define PRIi32 "I32i"
3030
#define PRId32 "d"
3131
#define PRIu32 "u"
32+
#define PRIX32 "X"
3233

3334
#endif
3435

0 commit comments

Comments
 (0)