view modules/strtod @ 12496:a48d3d749ca5

Refactor common macros used in tests.
author Bruno Haible <bruno@clisp.org>
date Thu, 24 Dec 2009 21:01:42 +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