Tests for module 'unicase/u32-toupper'.
[gnulib.git] / modules / linked-list
1 Description:
2 Sequential list data type implemented by a linked list.
3
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
9
10 Depends-on:
11 list
12 xalloc
13
14 configure.ac:
15
16 Makefile.am:
17 lib_SOURCES += gl_linked_list.h gl_linked_list.c gl_anylinked_list1.h gl_anylinked_list2.h
18
19 Include:
20 "gl_linked_list.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Bruno Haible
27