ftoastr: new module, for lossless conversion of floats to short strings
[gnulib.git] / modules / ftoastr
1 Description:
2 Convert floating point to accurate string
3
4 Files:
5 lib/ftoastr.h
6 lib/ftoastr.c
7 lib/dtoastr.c
8 lib/ldtoastr.c
9
10 Depends-on:
11 intprops
12
13 configure.ac:
14
15 Makefile.am:
16 lib_SOURCES += ftoastr.h ftoastr.c dtoastr.c ldtoastr.c
17
18 Include:
19 "ftoastr.h"
20
21 License:
22 GPL
23
24 Maintainer:
25 Paul Eggert