zStatus zList_Remove(zList list, z32u index, void* item);
|
Parameters |
Description |
|
zList list |
List object. |
|
z32u index |
Item at this index will be removed from the list. |
|
void* item |
Destination for the removed item (copied by value, can be null). |
Removes an item from the list at the specified index.
zList.h