1Description:
2Convert string to double in current or C locale.
3
4Files:
5lib/cl-strtod.c
6lib/cl-strtod.h
7
8Depends-on:
9c-strtod
10
11configure.ac:
12AC_REQUIRE([AC_C_RESTRICT])
13
14Makefile.am:
15lib_SOURCES += cl-strtod.c
16
17Include:
18"cl-strtod.h"
19
20License:
21GPL
22
23Maintainer:
24all
25