summaryrefslogtreecommitdiff
path: root/modules/xprintf
blob: f4942cea87f63abf18fd8cb38ee8114d505d501b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description:
a wrapper around printf that calls error upon ENOMEM or EILSEQ errors

Files:
lib/xprintf.h
lib/xprintf.c

Depends-on:
stdio
error
exitfail
gettext-h
stdarg

configure.ac:
m4_ifdef([AM_XGETTEXT_OPTION],
  [AM_][XGETTEXT_OPTION([--flag=xprintf:1:c-format])
   AM_][XGETTEXT_OPTION([--flag=xvprintf:1:c-format])
   AM_][XGETTEXT_OPTION([--flag=xfprintf:2:c-format])
   AM_][XGETTEXT_OPTION([--flag=xvfprintf:2:c-format])])

Makefile.am:
lib_SOURCES += xprintf.h xprintf.c

Include:
"xprintf.h"

License:
GPL

Maintainer:
Jim Meyering