Zen API
|
kStatus kArrayList_Insert | ( | kArrayList | list, |
kSize | before, | ||
const void * | item | ||
) |
Inserts an item into the list at the specified position.
Increases list capacity, if necessary.
list | List object. |
before | Item will be inserted before the item at this index. |
item | Pointer to item that will be copied (by value) into the list. |