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 d3802b4 commit 27e9455Copy full SHA for 27e9455
mp_printf_extension.c
@@ -5,7 +5,8 @@
5
/* SPDX-License-Identifier: Unlicense */
6
7
#ifdef _MSC_VER
8
-static int s_mp_print_mp_int(FILE *stream, const struct printf_info *info, const void *const *args){
+static int s_mp_print_mp_int(FILE *stream, const struct printf_info *info, const void *const *args)
9
+{
10
(void)(stream);
11
(void)(info);
12
(void)(args);
0 commit comments