gnulib-tool.py: Make --megatest behaviour more similar to shell impl.
[gnulib.git] / modules / linked-list
blob54239c8d56db44d5160ff8ee0cc4dfe0d57f0a60
1 Description:
2 Sequential list data type implemented by a linked list.
4 Files:
5 lib/gl_linked_list.h
6 lib/gl_linked_list.c
7 lib/gl_anylinked_list1.h
8 lib/gl_anylinked_list2.h
10 Depends-on:
11 list
13 configure.ac:
15 Makefile.am:
16 lib_SOURCES += gl_linked_list.h gl_linked_list.c gl_anylinked_list1.h gl_anylinked_list2.h
18 Include:
19 "gl_linked_list.h"
21 License:
22 LGPLv2+
24 Maintainer:
25 all