diff options
Diffstat (limited to 'py/format-float.h')
-rw-r--r-- | py/format-float.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/py/format-float.h b/py/format-float.h deleted file mode 100644 index 590fb0e91..000000000 --- a/py/format-float.h +++ /dev/null @@ -1,3 +0,0 @@ -int format_float(float f, char *buf, size_t bufSize, char fmt, int prec, char sign); - - |