summaryrefslogtreecommitdiff
path: root/modules/xprintf
blob: 6459f233f8476c48c7e5dfe6cfc66258c55a63e2 (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
Description:
a wrapper around printf that calls error upon ENOMEM or EILSEQ errors

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

Depends-on:
error
exitfail
gettext-h
stdarg
stdio

configure.ac:

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

Include:
"xprintf.h"

License:
LGPL

Maintainer:
Jim Meyering