summaryrefslogtreecommitdiff
path: root/modules/avltree-oset
blob: 4a7a3f8552dc20664aa4f697378af80d895e65be (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
Description:
Ordered set data type implemented by a binary tree.

Files:
lib/gl_avltree_oset.h
lib/gl_avltree_oset.c
lib/gl_anytree_oset.h

Depends-on:
oset
xalloc

configure.ac:

Makefile.am:
lib_SOURCES += gl_avltree_oset.h gl_avltree_oset.c gl_anytree_oset.h

Include:
"gl_avltree_oset.h"

License:
GPL

Maintainer:
Bruno Haible