Xiqual 0.9.1

In file xitools/list_insert.c:

void list_insert

(List* list, Node* prev, Node* item)

Insert one Node after another given Node.

Documentation

Insert one Node after another given Node. The Node item will be inserted after the Node prev in list. It will not fail, unless you pass NULL pointers. The size of list will also be incremented.
Parameters:
list - A struct List to insert Node item
prev - Insert item after this
item - The Node to be inserted into list
Author:
Ronny Bangsund
See Also:
List, Node, list_new(), list_newitem(), list_add(), list_remove(), list_delete()

Alphabetic index



This page was generated with the help of DOC++.