summaryrefslogtreecommitdiff
path: root/gnulib/modules/rbtree-list
blob: 4ea7796f3a640399359155f0fac119a9dbccbf72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description:
Sequential list data type implemented by a binary tree.

Files:
lib/gl_rbtree_list.h
lib/gl_rbtree_list.c
lib/gl_anyrbtree_list1.h
lib/gl_anyrbtree_list2.h
lib/gl_anytree_list1.h
lib/gl_anytree_list2.h

Depends-on:
list

configure.ac:

Makefile.am:
lib_SOURCES += gl_rbtree_list.h gl_rbtree_list.c gl_anyrbtree_list1.h gl_anyrbtree_list2.h gl_anytree_list1.h gl_anytree_list2.h

Include:
"gl_rbtree_list.h"

License:
GPL

Maintainer:
Bruno Haible