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