pike.git
/
src
/
rbtree.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/rbtree.h:1:
-
/*
\
-
||
|
This file is part of Pike. For copyright information see COPYRIGHT.
-
||
|
Pike is distributed under GPL, LGPL and MPL. See the file COPYING
-
||
|
for more information.
-
||
|
$Id: rbtree.h,v 1.
7
2002/10/
08
20
:
22
:
26
nilsson Exp $
-
\
*/
+
/*
+
|| This file is part of Pike. For copyright information see COPYRIGHT.
+
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
+
|| for more information.
+
|| $Id: rbtree.h,v 1.
8
2002/10/
11
01
:
39
:
37
nilsson Exp $
+
*/
/* An implementation of a threaded red/black balanced binary tree. * * Created 2001-04-27 by Martin Stjernholm */ #ifndef RBTREE_H #define RBTREE_H /* #define RB_STATS */