1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/xstrtol-error
Bruno Haible 03326a8941 xstrtol-error: Use the translation domain "gnulib".
* lib/xstrtol-error.c (_): New macro.
(xstrtol_error): Use dgettext() instead of gettext().
* modules/xstrtol-error (Depends-on): Add gnulib-i18n.
2024-12-09 13:34:51 +01:00

29 lines
306 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
configure.ac:
Makefile.am:
lib_SOURCES += xstrtol-error.c
Include:
"xstrtol-error.h"
License:
GPL
Maintainer:
Jim Meyering