diff options
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); + + |