1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/ftoastr
2014-12-08 13:31:58 -07:00

28 lines
305 B
Plaintext

Description:
Convert float to accurate string.
Files:
lib/ftoastr.h
lib/ftoastr.c
m4/c-strtod.m4
Depends-on:
extensions
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