Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kList_Add ( kList  list,
const void *  itemContent,
kListItem item 
)

Adds a new item to the end of the list.

Increases list capacity, if necessary.

Parameters
listList object.
itemContentOptional pointer to item content that will be copied (by value) into the list.
itemOptionally receives pointer to newly-inserted item.
Returns
Operation status.