Zen API
zList_Remove
C
zStatus zList_Remove(zList list, z32u index, void* item);
Parameters
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). 
Description

Removes an item from the list at the specified index.

File

zList.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.