Skip to main content

Name

dict_drop — Remove the specified dictionary

Synopsis

#include "ecdict.h"

| void **dict_drop** ( | a); |   |

ECDict <var class="pdparam">a</var>;

Description

Use this function to remove an ECDict created using dict_blank.

Parameters

a

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

Return Value

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?