1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-11 11:50:52 +03:00
Files
gnulib/modules/strtod
Eric Blake bdc599c7bc 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>
2008-03-29 21:24:07 -06:00

31 lines
301 B
Plaintext

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