changeset 8942:40d4664110ef

Move to here from xallocsa.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Jun 2007 11:04:10 +0000
parents 0217e0fc2f37
children bb2298d90e4d
files modules/xmalloca
diffstat 1 files changed, 24 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/xmalloca
@@ -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