Xiqual 0.9.1
In file xitools/list_getnode.c:
(List* list,
int index)
Return a Node at a specific index
position.
Documentation
Return a Node at a specific index position. This will
simply traverse the List until either a Node is found at position
index, or there are no more items in the List.
- Parameters:
- list - A struct List to get a
Node from
index - Node number to get a pointer
to
- Returns:
- A pointer to a Node, or NULL if the index was too
high
- Author:
- Shane O'Neill
- See Also:
- List, Node,
list_new(), list_newitem(), list_add(), list_insert()
Alphabetic index
This page was generated with the help of DOC++.