Sack Library Documentation
|
#define CreateBinaryTreeExx(flags,compare,destroy) CreateBinaryTreeExtended(flags,compare,destroy DBG_SRC)
This is the simpler case of CreateBinaryTreeExtended, which does not make you pass DBG_SRC.
PTREEROOT tree = CreateBinaryTreeExx( BT_OPT_NODUPLICATES, NULL, NULL );
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|