mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation. * modules/xstrtold (Makefile.am): Augment lib_SOURCES.
27 lines
282 B
Plaintext
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
|