hdestroy_r

Name

hdestroy_r -- dispose of a hash search table, reentrantly

Synopsis

#include <search.h>

void hdestroy_r(struct hsearch_data * htab);

Description

The hdestroy_r() function is a reentrant version of the hdestroy() function.

hdestroy_r() frees the resources allocated by hcreate_r() for the object htab.