Name
dict_drop — Remove the specified dictionary
Synopsis
#include "ecdict.h"
| void **dict_drop** (
| a)
; | |
Description
Use this function to remove an ECDict created using dict_blank.
- a
-
The ECDict. An ECDict is a typedef of an ec_hash_table.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?