1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/xstrtold
Bruno Haible 8b0a6f48b4 xstrtold: Move AC_LIBOBJ invocations to module description.
* m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation.
* modules/xstrtold (Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:44 +02:00

27 lines
282 B
Plaintext

Description:
Convert string to 'long double', with error checking.
Files:
lib/xstrtod.h
lib/xstrtod.c
lib/xstrtold.c
m4/xstrtod.m4
Depends-on:
stdbool
configure.ac:
gl_XSTRTOLD
Makefile.am:
lib_SOURCES += xstrtold.c
Include:
"xstrtod.h"
License:
GPL
Maintainer:
Jim Meyering