1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/c-strtold
Bruno Haible 24115a1330 c-strtold: Move AC_LIBOBJ invocations to module description.
* m4/c-strtod.m4 (gl_C_STRTOLD): Remove AC_LIBOBJ invocation.
* modules/c-strtold (Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:21 +02:00

29 lines
314 B
Plaintext

Description:
Convert string to long double in C locale.
Files:
lib/c-strtod.h
lib/c-strtod.c
lib/c-strtold.c
m4/c-strtod.m4
Depends-on:
extensions
locale
strdup-posix
configure.ac:
gl_C_STRTOLD
Makefile.am:
lib_SOURCES += c-strtold.c
Include:
"c-strtod.h"
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering