| iMatix home page | << | < | > | >> |
![]() Version 1.91 |
#include "sflnode.h" void * node_unlink ( void *node)
Unlinks the node from any list it may be in. Returns node.
{ return (node relink (((NODE *) node)-> prev, node, ((NODE *) node)-> next)); }
| << | < | > | >> |
![]() |