summaryrefslogtreecommitdiff
path: root/modules/c-xvasprintf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/c-xvasprintf')
-rw-r--r--modules/c-xvasprintf24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/c-xvasprintf b/modules/c-xvasprintf
new file mode 100644
index 0000000000..e6681e8e50
--- /dev/null
+++ b/modules/c-xvasprintf
@@ -0,0 +1,24 @@
+Description:
+c_asprintf and c_vasprintf with out-of-memory checking. Also see xalloc-die.
+
+Files:
+lib/c-xvasprintf.h
+lib/c-xasprintf.c
+lib/c-xvasprintf.c
+
+Depends-on:
+c-vasprintf
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += c-xasprintf.c c-xvasprintf.c
+
+Include:
+"c-xvasprintf.h"
+
+License:
+GPL
+
+Maintainer:
+Ben Pfaff