![]() |
![]() |
![]() |
Destroy the hash search table
#include <search.h> void hdestroy( void );
libc
The hdestroy() function destroys the hash search table, that was created by hcreate() and used by hsearch(). Only one hash search table may be active at any given time.
See hsearch().
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
![]() |
![]() |
![]() |