login_tty tests: Avoid gcc warnings.
[gnulib.git] / modules / xprintf
blobf4942cea87f63abf18fd8cb38ee8114d505d501b
1 Description:
2 a wrapper around printf that calls error upon ENOMEM or EILSEQ errors
4 Files:
5 lib/xprintf.h
6 lib/xprintf.c
8 Depends-on:
9 stdio
10 error
11 exitfail
12 gettext-h
13 stdarg
15 configure.ac:
16 m4_ifdef([AM_XGETTEXT_OPTION],
17   [AM_][XGETTEXT_OPTION([--flag=xprintf:1:c-format])
18    AM_][XGETTEXT_OPTION([--flag=xvprintf:1:c-format])
19    AM_][XGETTEXT_OPTION([--flag=xfprintf:2:c-format])
20    AM_][XGETTEXT_OPTION([--flag=xvfprintf:2:c-format])])
22 Makefile.am:
23 lib_SOURCES += xprintf.h xprintf.c
25 Include:
26 "xprintf.h"
28 License:
29 GPL
31 Maintainer:
32 Jim Meyering