summaryrefslogtreecommitdiff
path: root/modules/ftoastr
blob: 862fb1aa21d9243648168b9459ad9f11821863f0 (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
27
28
Description:
Convert floating point to accurate string

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

Depends-on:
intprops
snprintf

configure.ac:
AC_REQUIRE([gl_C99_STRTOLD])

Makefile.am:
lib_SOURCES += ftoastr.h ftoastr.c dtoastr.c ldtoastr.c

Include:
"ftoastr.h"

License:
GPL

Maintainer:
Paul Eggert