view modules/strtod @ 12302:3b1b1edbbf68

version-etc-fsf: relax license to LGPLv3+ * modules/version-etc-fsf (License): Relax license.
author Jim Meyering <meyering@redhat.com>
date Tue, 17 Nov 2009 07:20:41 +0100
parents fb687649f177
children fd291325b6d5
line wrap: on
line source

Description:
strtod() function: convert string to 'double'.

Files:
lib/strtod.c
m4/strtod.m4

Depends-on:
c-ctype
stdbool
stdlib

configure.ac:
gl_FUNC_STRTOD
gl_STDLIB_MODULE_INDICATOR([strtod])

Makefile.am:
LIBS += $(POW_LIB)

Include:
<stdlib.h>

Link:
$(POW_LIB)

License:
LGPL

Maintainer:
all