mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
9ab1ede852
* lib/xstrtol-error.c: Include quote.h. (xstrtol_error): Adjust the format strings and call quote() before printing the argument.
33 lines
380 B
Plaintext
33 lines
380 B
Plaintext
Description:
|
|
Error reporting function for xstrto* functions.
|
|
|
|
Files:
|
|
lib/xstrtol-error.c
|
|
lib/xstrtol-error.h
|
|
|
|
Depends-on:
|
|
xstrtol
|
|
error
|
|
exitfail
|
|
getopt-gnu
|
|
gettext-h
|
|
gnulib-i18n
|
|
quote
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xstrtol-error.c
|
|
|
|
Include:
|
|
"xstrtol-error.h"
|
|
|
|
Link:
|
|
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|