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