Mission Base

Program Base Library Functions

int pblListAdd

( PblList* list, void* element )

Appends the specified element to the end of this list.

Documentation

Appends the specified element to the end of this list.

This method has a time complexity of O(1).

Parameters:
list - The list to append to
element - Element to be appended to this list
Returns:
int rc >= 0: The size of this list instance.
int rc < 0: An error, see pbl_errno:
PBL_ERROR_OUT_OF_MEMORY - Out of memory.

Alphabetic index



This page was generated with the help of DOC++.