1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 15:25:49 +00:00
Files
Collin Funk 9ab1ede852 xstrtol-error: Use quote() before print command line arguments.
* lib/xstrtol-error.c: Include quote.h.
(xstrtol_error): Adjust the format strings and call quote() before
printing the argument.
2026-06-13 19:17:15 -07:00

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