Zen API
zList_Add
C
zStatus zList_Add(zList list, const void* item);
Parameters
Parameters 
Description 
zList list 
List object. 
const void* item 
Pointer to item that will be copied (by value) into the list. 
Description

Adds the specified item to the end of the list.

Increases list capacity, if necessary.

File

zList.h

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