Skip to content

Commit 1ae5a55

Browse files
committed
Used the correct function now as the dummy
1 parent 5648089 commit 1ae5a55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mp_printf_extension.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
/* SPDX-License-Identifier: Unlicense */
66

77
#ifdef _MSC_VER
8-
static int s_mp_print_mp_int(FILE *stream, const struct printf_info *info, const void *const *args)
8+
mp_err mp_printf_extension(void)
99
{
1010
return MP_VAL;
1111
}
12+
1213
#else
1314

1415
/* TODO: find min version of glibc. Seems to be >2.9, check */

0 commit comments

Comments
 (0)