diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2010-11-17 12:58:53 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2010-11-17 12:59:32 -0800 |
commit | 0c7219c6481808cbf45495502d55bac81f5c1112 (patch) | |
tree | 2879aed7a53e05869d70dcf544971cb1912d2b1d /modules/ftoastr | |
parent | cc98e1ec101be0b8d260025b5e40bfec7f4b1ac5 (diff) | |
download | gnulib-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 'modules/ftoastr')
-rw-r--r-- | modules/ftoastr | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/ftoastr b/modules/ftoastr new file mode 100644 index 0000000000..fbc0cba73b --- /dev/null +++ b/modules/ftoastr @@ -0,0 +1,25 @@ +Description: +Convert floating point to accurate string + +Files: +lib/ftoastr.h +lib/ftoastr.c +lib/dtoastr.c +lib/ldtoastr.c + +Depends-on: +intprops + +configure.ac: + +Makefile.am: +lib_SOURCES += ftoastr.h ftoastr.c dtoastr.c ldtoastr.c + +Include: +"ftoastr.h" + +License: +GPL + +Maintainer: +Paul Eggert |