summaryrefslogtreecommitdiff
path: root/gnulib/modules/ftoastr
blob: b52ce26339101d317efdc7bafb14e4d84809f88e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description:
Convert float to accurate string.

Files:
lib/ftoastr.h
lib/ftoastr.c
m4/c-strtod.m4

Depends-on:
intprops

configure.ac:
AC_CHECK_FUNCS_ONCE([strtof])
AC_REQUIRE([gl_C99_STRTOLD])

Makefile.am:
lib_SOURCES += ftoastr.c

Include:
"ftoastr.h"

License:
GPL

Maintainer:
Paul Eggert