view modules/ftoastr @ 40161:71ec1d2c1db9

gperf: Fix error when this module is required by some test module. * modules/gperf (Applicability): Set to 'all'.
author Bruno Haible <bruno@clisp.org>
date Sun, 27 Jan 2019 23:57:16 +0100
parents d3dccaa23691
children dcd889592b62
line wrap: on
line source

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