1 parent 969a6b3 commit 7eb2317Copy full SHA for 7eb2317
1 file changed
py/pfenv_printf.c
@@ -40,7 +40,7 @@
40
#include "formatfloat.h"
41
#endif
42
43
-STATIC int pfenv_vprintf(const pfenv_t *pfenv, const char *fmt, va_list args) {
+int pfenv_vprintf(const pfenv_t *pfenv, const char *fmt, va_list args) {
44
int chrs = 0;
45
for (;;) {
46
{
0 commit comments