blob: 1b48a8c06f97ee28dbd9c6f06f842cd3404414c9 (
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
|
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:
LGPLv2+
Maintainer:
all
|