hdestroy()

dispose of hash table 

Function


SYNOPSIS

#include <search.h>

void hdestroy(void);


DESCRIPTION

The hdestroy() function disposes of the search table, and may be followed by another call to hcreate(). After the call to hdestroy(), the data is no longer accessible.


PARAMETERS

None


RETURN VALUES

None.


CONFORMANCE

UNIX 98.


MULTITHREAD SAFETY LEVEL

MT-Safe.


PORTING ISSUES

Note that only one hash table can be active in a process at any given time.


AVAILABILITY

MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
bsearch(), hcreate(), hsearch(), lsearch(), tsearch()


MKS Toolkit 9.2 Documentation Build 16.