git-version-gen: init shell var to avoid env var influence
[gnulib.git] / modules / list
blob202e9ce3b1d6ffc63b291380dc167bf38addd749
1 Description:
2 Abstract sequential list data type.
4 Files:
5 lib/gl_list.h
6 lib/gl_list.c
7 m4/gl_list.m4
9 Depends-on:
10 inline
11 stdbool
13 configure.ac:
14 gl_LIST
16 Makefile.am:
17 lib_SOURCES += gl_list.h gl_list.c
19 Include:
20 "gl_list.h"
22 License:
23 GPL
25 Maintainer:
26 Bruno Haible