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

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


SEE ALSO

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


PTC MKS Toolkit 10.4 Documentation Build 39.