repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
avltree-oset
blob
0036d191fb81807c69b70f01d0ceaacdd187172d
1
Description:
2
Ordered set data type implemented by a binary tree.
3
4
Files:
5
lib/gl_avltree_oset.h
6
lib/gl_avltree_oset.c
7
lib/gl_avltree_ordered.h
8
lib/gl_anytree_oset.h
9
10
Depends-on:
11
oset
12
13
configure.ac:
14
AC_REQUIRE([AC_C_INLINE])
15
16
Makefile.am:
17
lib_SOURCES += gl_avltree_oset.h gl_avltree_oset.c gl_avltree_ordered.h gl_anytree_oset.h
18
19
Include:
20
"gl_avltree_oset.h"
21
22
License:
23
LGPLv2+
24
25
Maintainer:
26
all