Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / linked-list
bloba9ce573a00e08af63ec9d574ec18db0109b1c7f7
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 GPL
24 Maintainer:
25 all