Mission Base

Program Base Library Functions

void* pblListRemove

( PblList* list )

Retrieves and removes the head (first element) of this list.

Documentation

Retrieves and removes the head (first element) of this list.

Parameters:
list - The list to use
Returns:
void * retptr != (void*)-1: The head of this list, can be NULL.
void * retptr == (void*)-1: An error, see pbl_errno:
PBL_ERROR_OUT_OF_BOUNDS - This list is empty.

Alphabetic index



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