Xiqual 0.7.2
In file xitools/list_remove.c: Remove a Node from a List without freeing any data.
Documentation
Remove a Node from a List without freeing any data.
- Parameters:
- list - A struct List to remove item from
item - A Node structure to remove from list
- Returns:
- A pointer to the next Node after item, or NULL.
- Author:
- Ronny Bangsund
- See Also:
- List, Node, list_new(), list_newitem(), list_add(), list_delete(), list_free()
Alphabetic index
This page was generated with the help of DOC++.