Move to here from xallocsa.
authorBruno Haible <bruno@clisp.org>
Sat, 9 Jun 2007 11:04:10 +0000 (11:04 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 9 Jun 2007 11:04:10 +0000 (11:04 +0000)
modules/xmalloca [new file with mode: 0644]

diff --git a/modules/xmalloca b/modules/xmalloca
new file mode 100644 (file)
index 0000000..449568a
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+Safe automatic memory allocation with out of memory checking.
+
+Files:
+lib/xmalloca.h
+lib/xmalloca.c
+
+Depends-on:
+malloca
+xalloc
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += xmalloca.c
+
+Include:
+"xmalloca.h"
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible