Skip to content

Commit 6814f75

Browse files
committed
Additional support for PRIo64 in tommath_c89
1 parent e722359 commit 6814f75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tommath_c89.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ typedef __UINT64_TYPE__ mp_u64;
3636
#define MP_PRIi64 MP_PRI64_PREFIX "i"
3737
#define MP_PRIu64 MP_PRI64_PREFIX "u"
3838
#define MP_PRIx64 MP_PRI64_PREFIX "x"
39+
#define MP_PRIo64 MP_PRI64_PREFIX "o"
3940

4041
#define MP_FUNCTION_NAME __func__

0 commit comments

Comments
 (0)