diff options
Diffstat (limited to 'py/formatfloat.h')
-rw-r--r-- | py/formatfloat.h | 1 |
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); |