From ca5a241e48b0cc392a555ad3dec5d008089bfd53 Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Mon, 10 Mar 2014 00:10:01 -0700 Subject: Add proper floating point printing support. --- py/format-float.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 py/format-float.h (limited to 'py/format-float.h') diff --git a/py/format-float.h b/py/format-float.h new file mode 100644 index 000000000..590fb0e91 --- /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); + + -- cgit v1.2.3