diff lib/ldtoastr.c @ 13875:ae9b5d5d4e18

ftoastr: new module, for lossless conversion of floats to short strings * lib/ftoastr.h, lib/ftoastr.c, lib/dtoastr.c, lib/ldtoastr.c: * modules/ftoastr: New files.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 17 Nov 2010 12:58:53 -0800 (2010-11-17)
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/lib/ldtoastr.c
@@ -0,0 +1,2 @@
+#define LENGTH 3
+#include "ftoastr.c"