Program Base Library Functions

int pblHtDelete

( pblHashTable_t* h )

delete a hash table

Documentation

delete a hash table

the hash table has to be empty!

Parameters:
h - hash table to delete
Returns:
int ret == 0: ok
int ret == -1: an error, see pbl_errno:
PBL_ERROR_EXISTS: the hash table is not empty

Alphabetic index



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