zStatus zList_Insert(zList list, z32u before, const void* item);
|
Parameters |
Description |
|
zList list |
List object. |
|
z32u before |
Item will be inserted before the item at this index. |
|
const void* item |
Pointer to item that will be copied (by value) into the list. |
Inserts an item into the list at the specified position.
Increases list capacity, if necessary.
zList.h