Skip to content

Commit

Permalink
Additional support for PRIo64 in tommath_c89
Browse files Browse the repository at this point in the history
  • Loading branch information
czurnieden committed May 31, 2023
1 parent e722359 commit 6814f75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tommath_c89.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ typedef __UINT64_TYPE__ mp_u64;
#define MP_PRIi64 MP_PRI64_PREFIX "i"
#define MP_PRIu64 MP_PRI64_PREFIX "u"
#define MP_PRIx64 MP_PRI64_PREFIX "x"
#define MP_PRIo64 MP_PRI64_PREFIX "o"

#define MP_FUNCTION_NAME __func__

0 comments on commit 6814f75

Please sign in to comment.