diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-10 13:19:55 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-10 13:19:55 +0000 |
commit | 0a8458c353b60420f17050d819912df9b168d0cb (patch) | |
tree | 2543d369ab81180697aaf39040171208a93f0250 /py/format-float.h | |
parent | 0527f0c338ef8c085c5209981e167d85e03ae728 (diff) | |
parent | ca5a241e48b0cc392a555ad3dec5d008089bfd53 (diff) | |
download | micropython-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.h | 3 |
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); + + |