Documentation Project 1
ContentsIndexHome
Example
   
PTREEROOT tree = CreateBinaryTree();
   
PTRSZVAL key = 1;
POINTER data = NewArray( TEXTCHAR, 32 );
   
AddBinaryNode( tree, data, key );
   
Copyright (c) 2010. All rights reserved.