Sack Library Documentation
ContentsIndexReferenceHome
Example
   
int ForEachNode( POINTER user, PTRSZVAL key )
{
    // return not 1 to dump to log the internal tree structure
    return 0; // probably did own logging here, so don't log tree internal
}
   
PTREEROOT tree;
   
void f( void )
{
    DumpTree( tree, ForEachNode );
}
   
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.