Skip to main content

Name

dict_blank — Create a new dictionary

Synopsis

#include "ecdict.h"

| ECDict **dict_blank** ( | ); |   |

void<var class="pdparam"></var>;

Description

Create a new dictionary.

Parameters

There are no parameters for this function.

Return Value

This function returns an ECDict. An ECDict is a typedef of an ec_hash_table.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?