New module: xprintf
[gnulib.git] / modules / xprintf
diff --git a/modules/xprintf b/modules/xprintf
new file mode 100644 (file)
index 0000000..6459f23
--- /dev/null
@@ -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