Use fmt_fp() for portable float representation.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-03-15 13:17:40 +09:00
parent 63124bf633
commit 63b8f5cf57
+1 -1
View File
@@ -1,5 +1,5 @@
#ifndef MRB_WITHOUT_FLOAT
#ifdef MRB_DISABLE_STDIO
#if defined(MRB_DISABLE_STDIO) || defined(_WIN32) || defined(_WIN64)
/*
Most code in this file originates from musl (src/stdio/vfprintf.c)