| iMatix home page
| << | < | > | >>
SFL Logo 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;
}

| << | < | > | >> iMatix Copyright © 1996-98 iMatix