verify: new macro 'assume'
[gnulib.git] / modules / xstrtod
1 Description:
2 Convert string to 'double', with error checking.
3
4 Files:
5 lib/xstrtod.h
6 lib/xstrtod.c
7 m4/xstrtod.m4
8
9 Depends-on:
10 stdbool
11
12 configure.ac:
13 gl_XSTRTOD
14
15 Makefile.am:
16 lib_SOURCES += xstrtod.c
17
18 Include:
19 "xstrtod.h"
20
21 License:
22 GPL
23
24 Maintainer:
25 Jim Meyering