summaryrefslogtreecommitdiffstatshomepage
path: root/py/format-float.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-03-10 13:19:55 +0000
committerDamien George <damien.p.george@gmail.com>2014-03-10 13:19:55 +0000
commit0a8458c353b60420f17050d819912df9b168d0cb (patch)
tree2543d369ab81180697aaf39040171208a93f0250 /py/format-float.h
parent0527f0c338ef8c085c5209981e167d85e03ae728 (diff)
parentca5a241e48b0cc392a555ad3dec5d008089bfd53 (diff)
downloadmicropython-0a8458c353b60420f17050d819912df9b168d0cb.tar.gz
micropython-0a8458c353b60420f17050d819912df9b168d0cb.zip
Merge branch 'format-float' of github.com:dhylands/micropython into dhylands-format-float
Diffstat (limited to 'py/format-float.h')
-rw-r--r--py/format-float.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/format-float.h b/py/format-float.h
new file mode 100644
index 0000000000..590fb0e91d
--- /dev/null
+++ b/py/format-float.h
@@ -0,0 +1,3 @@
+int format_float(float f, char *buf, size_t bufSize, char fmt, int prec, char sign);
+
+