ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / dtoastr
blob72f0da8fcd5a8f80d7789e5f65eb058faab57a1d
1 Description:
2 Convert double to accurate string.
4 Files:
5 lib/ftoastr.h
6 lib/ftoastr.c
7 lib/dtoastr.c
8 m4/c-strtod.m4
10 Depends-on:
11 extensions
12 intprops
14 configure.ac:
15 AC_REQUIRE([gl_C99_STRTOLD])
17 Makefile.am:
18 lib_SOURCES += dtoastr.c
20 Include:
21 "ftoastr.h"
23 License:
24 GPL
26 Maintainer:
27 Paul Eggert