From 7aa40057cd5a93af7c8ee8b619b20cf0107c4172 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 17 Jul 2006 11:28:01 +0000 Subject: Sequential list data type implemented by an array. --- modules/array-list | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 modules/array-list (limited to 'modules/array-list') diff --git a/modules/array-list b/modules/array-list new file mode 100644 index 0000000000..946789ca70 --- /dev/null +++ b/modules/array-list @@ -0,0 +1,26 @@ +Description: +Sequential list data type implemented by an array. + +Files: +lib/gl_array_list.h +lib/gl_array_list.c + +Depends-on: +list +xalloc +xsize + +configure.ac: + +Makefile.am: +lib_SOURCES += gl_array_list.h gl_array_list.c + +Include: +"gl_array_list.h" + +License: +GPL + +Maintainer: +Bruno Haible + -- cgit v1.2.1