mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-10 04:43:00 +03:00
26 lines
281 B
Plaintext
26 lines
281 B
Plaintext
Description:
|
|
Sequential list data type implemented by an array.
|
|
|
|
Files:
|
|
lib/gl_array_list.h
|
|
lib/gl_array_list.c
|
|
|
|
Depends-on:
|
|
list
|
|
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
|
|
|