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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
rbtree-oset
blob
c4a00852d2cd538f14d0d536b5ec4e5f6cb16688
1
Description:
2
Ordered set data type implemented by a binary tree.
3
4
Files:
5
lib/gl_rbtree_oset.h
6
lib/gl_rbtree_oset.c
7
lib/gl_rbtree_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_rbtree_oset.h gl_rbtree_oset.c gl_rbtree_ordered.h gl_anytree_oset.h
18
19
Include:
20
"gl_rbtree_oset.h"
21
22
License:
23
LGPLv2+
24
25
Maintainer:
26
all