|
iMatix home page
|
<<
|
<
|
>
|
>>
SFL
Version 1.91
tree_init
#include "sfltree.h" void tree_init (TREE **root)
Synopsis
Initialises an empty tree.
Source Code - (sfltree.c)
{ *root = TREE_NULL; }
|
<<
|
<
|
>
|
>>
Copyright © 1996-98 iMatix