same-inode: make SAME_INODE tri-state, to port to mingw
[gnulib.git] / modules / array-list
1 Description:
2 Sequential list data type implemented by an array.
3
4 Files:
5 lib/gl_array_list.h
6 lib/gl_array_list.c
7
8 Depends-on:
9 list
10 xalloc
11 xsize
12
13 configure.ac:
14
15 Makefile.am:
16 lib_SOURCES += gl_array_list.h gl_array_list.c
17
18 Include:
19 "gl_array_list.h"
20
21 License:
22 GPL
23
24 Maintainer:
25 Bruno Haible
26