mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-10 17:31:56 +02:00
* gl/modules/cl-strtold (Files): Add lib/cl-strtod.c, lib/cl-strtod.h. (Depends-on): Remove cl-strtod. (configure.ac): Redquire AC_C_RESTRICT.
26 lines
287 B
Plaintext
26 lines
287 B
Plaintext
Description:
|
|
Convert string to long double in current or C locale.
|
|
|
|
Files:
|
|
lib/cl-strtod.c
|
|
lib/cl-strtod.h
|
|
lib/cl-strtold.c
|
|
|
|
Depends-on:
|
|
c-strtold
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_RESTRICT])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += cl-strtold.c
|
|
|
|
Include:
|
|
"cl-strtod.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|