dict_key_delete
Last updated March 2020
Name
dict_key_delete — Remove the specified key
Synopsis
#include "ecdict.h"
| int **dict_key_delete** (
| a, | |
| | b)
; | |
Description
Remove the specified key.
- a
-
The ECDict. An ECDict is a typedef of an ec_hash_table.
- b
-
The key you wish to remove.
On success this function returns 1
and on failure 0
.
It is legal to call this function in any thread.
See Also
Was this page helpful?