view modules/ftoastr @ 18070:d460ec17f09f

autoupdate
author Karl Berry <karl@freefriends.org>
date Tue, 28 Jul 2015 13:57:32 -0700
parents d3dccaa23691
children
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