ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
[gnulib.git] / modules / ftoastr
1 Description:
2 Convert float to accurate string.
3
4 Files:
5 lib/ftoastr.h
6 lib/ftoastr.c
7 m4/c-strtod.m4
8
9 Depends-on:
10 intprops
11
12 configure.ac:
13 AC_REQUIRE([gl_C99_STRTOLD])
14
15 Makefile.am:
16 lib_SOURCES += ftoastr.c
17
18 Include:
19 "ftoastr.h"
20
21 License:
22 GPL
23
24 Maintainer:
25 Paul Eggert