2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

add comment

This commit is contained in:
Bob Halley
1998-11-14 02:51:26 +00:00
parent 5bef099303
commit 7861b13341

View File

@@ -1,4 +1,9 @@
/*
* This file is a generic template that can be used to create a red-black
* tree library for a specified node type.
*/
/* /*
* Red-Black Tree algorithms adapted from: * Red-Black Tree algorithms adapted from:
* *