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 e722359 commit 6814f75Copy full SHA for 6814f75
tommath_c89.h
@@ -36,5 +36,6 @@ typedef __UINT64_TYPE__ mp_u64;
36
#define MP_PRIi64 MP_PRI64_PREFIX "i"
37
#define MP_PRIu64 MP_PRI64_PREFIX "u"
38
#define MP_PRIx64 MP_PRI64_PREFIX "x"
39
+#define MP_PRIo64 MP_PRI64_PREFIX "o"
40
41
#define MP_FUNCTION_NAME __func__
0 commit comments