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