summaryrefslogtreecommitdiff
path: root/modules/xprintf
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-19 17:09:37 +0200
committerJim Meyering <meyering@redhat.com>2007-10-19 17:43:12 +0200
commit78da34d40e6a244945b626932a23c90a4bec34f0 (patch)
tree08f06ed89e8ff7a1cae873456e55c73f2dc0226a /modules/xprintf
parent723e191a290b675e77dfc6bb82d444dc2acb807c (diff)
downloadgnulib-78da34d40e6a244945b626932a23c90a4bec34f0.tar.gz
New module: xprintf
* modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
Diffstat (limited to 'modules/xprintf')
-rw-r--r--modules/xprintf27
1 files changed, 27 insertions, 0 deletions
diff --git a/modules/xprintf b/modules/xprintf
new file mode 100644
index 0000000000..6459f233f8
--- /dev/null
+++ b/modules/xprintf
@@ -0,0 +1,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