summaryrefslogtreecommitdiffstatshomepage
path: root/py/formatfloat.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/formatfloat.h')
-rw-r--r--py/formatfloat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/formatfloat.h b/py/formatfloat.h
new file mode 100644
index 0000000000..4c2c30e53c
--- /dev/null
+++ b/py/formatfloat.h
@@ -0,0 +1 @@
+int format_float(float f, char *buf, size_t bufSize, char fmt, int prec, char sign);