gnulib-tool.py: Fix an undefined function name.
[gnulib.git] / modules / array-list
blob58063d80e0ac3d779bf7fdcd16eb9bd306138f7e
1 Description:
2 Sequential list data type implemented by an array.
4 Files:
5 lib/gl_array_list.h
6 lib/gl_array_list.c
8 Depends-on:
9 list
10 stdint
11 xsize
13 configure.ac:
15 Makefile.am:
16 lib_SOURCES += gl_array_list.h gl_array_list.c
18 Include:
19 "gl_array_list.h"
21 License:
22 LGPLv2+
24 Maintainer:
25 all