Name
dict_blank — Create a new dictionary
Synopsis
#include "ecdict.h"
| ECDict **dict_blank** (
| )
; | |
Description
Create a new dictionary.
There are no parameters for this function.
This function returns an ECDict. An ECDict is a typedef of an ec_hash_table.
It is legal to call this function in any thread.
See Also
Was this page helpful?