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

Inserts an item into the list at the specified position.

Increases list capacity, if necessary.

File

zList.h

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