dict_key_exists
Last updated March 2020
Name
dict_key_exists — Determine whether the specified key exists
Synopsis
#include "ecdict.h"
| int **dict_key_exists** (
| a, | |
| | b)
; | |
Description
Determine whether the specified key exists.
- a
-
The ECDict. An ECDict is a typedef of an ec_hash_table.
- key
-
The key.
Returns 1
if the key exists otherwise 0
is returned.
It is legal to call this function in any thread.
See Also
Was this page helpful?