For internal use only.
This file contains the implementation of the ll_remove() function, used to remove an element from a linked list.
Definition in file ll_remove.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for ll_remove.c:
Go to the source code of this file.
Functions | |
unsigned long | ll_remove (link_head_t *list, link_elem_t *elem) |
Remove an element from a linked list. |