Documentation Project 1
ContentsIndexHome
Example
   
PTREEROOT tree;
   
void f( void )
{
   POINTER mydata = FindInBinaryTree( tree, 5 );
   if( mydata )
   {
       // found '5' as the key in the tree
   }
}
Copyright (c) 2010. All rights reserved.