blob: ea75a6a24efdb876fadbdf6cf8586eda2d6ebc5e (
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
29
|
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
xalloc
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
|