ftoastr: depend on snprintf, improve comments
[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 m4/c-strtod.m4
10
11 Depends-on:
12 intprops
13 snprintf
14
15 configure.ac:
16 AC_REQUIRE([gl_C99_STRTOLD])
17
18 Makefile.am:
19 lib_SOURCES += ftoastr.h ftoastr.c dtoastr.c ldtoastr.c
20
21 Include:
22 "ftoastr.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Paul Eggert