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

 

node_unlink

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

Synopsis

Unlinks the node from any list it may be in. Returns node.

Source Code - (sflnode.c)

{
    return (node relink (((NODE *) node)-> prev, node,
                         ((NODE *) node)-> next));
}

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