HDESTROY - get rid of a hash table.

(Compatible with UNIX System V)

Usage:

#include <search.h>
void hdestroy();
hdestroy();

Description:

The "hdestroy" function de-allocates a hash table that was created with "hcreate". Once you have used "hdestroy" to get rid of an existing hash table, you can use "hcreate" to make a new one.

See Also:

expl c lib hcreate

expl c lib hsearch

Copyright © 1996, Thinkage Ltd.