summaryrefslogtreecommitdiff
path: root/lib/dtoastr.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-11-17 12:58:53 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2010-11-17 12:59:32 -0800
commit0c7219c6481808cbf45495502d55bac81f5c1112 (patch)
tree2879aed7a53e05869d70dcf544971cb1912d2b1d /lib/dtoastr.c
parentcc98e1ec101be0b8d260025b5e40bfec7f4b1ac5 (diff)
downloadgnulib-0c7219c6481808cbf45495502d55bac81f5c1112.tar.gz
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.
Diffstat (limited to 'lib/dtoastr.c')
-rw-r--r--lib/dtoastr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dtoastr.c b/lib/dtoastr.c
new file mode 100644
index 0000000000..aed181d66b
--- /dev/null
+++ b/lib/dtoastr.c
@@ -0,0 +1,2 @@
+#define LENGTH 2
+#include "ftoastr.c"