Mission Base

Program Base Library Functions

pblHashTable_t* pblHtCreate

( void )

Create a new hash table.

Documentation

Create a new hash table.

Returns:
pblHashTable_t * retptr != NULL: A pointer to new hash table.
pblHashTable_t * retptr == NULL: An error, see pbl_errno:
PBL_ERROR_OUT_OF_MEMORY: Out of memory.

Alphabetic index



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