Hash :
bdc599c7
Author :
Date :
2008-03-29T21:24:07
Add hex float support. * modules/strtod (Depends-on): Add c-ctype. (Link): Mention POW_LIB. * lib/strtod.c (strtod): Recognize hex floats. Don't allow whitespace between 'e' and exponent. * tests/test-strtod.c (main): Enable hex float tests. * doc/posix-functions/strtod.texi (strtod): Document what gnulib now provides. Signed-off-by: Eric Blake <ebb9@byu.net>
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