Skip to main content

Name

dict_key_delete — Remove the specified key

Synopsis

#include "ecdict.h"

| int **dict_key_delete** ( | a, |   | |   | b); |   |

ECDict <var class="pdparam">a</var>; const char * <var class="pdparam">b</var>;

Description

Remove the specified key.

Parameters

a

The ECDict. An ECDict is a typedef of an ec_hash_table.

b

The key you wish to remove.

Return Value

On success this function returns 1 and on failure 0.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?