| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 1.91

 

node_destroy

#include "sflnode.h"
void
node_destroy (
    void *node)

Synopsis

Unlinks the specified node from any list it may be in, and frees its memory.

Source Code - (sflnode.c)

{
    ASSERT (node);

    node unlink (node);
    mem_free (node);
}

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