Updated: October 28, 2024 |
Create a new dictionary handle to an empty dictionary
#include <sys/strm.h>
strm_dict_t* strm_dict_new(void)
This function creates a new dictionary handle to an empty dictionary. The handle is a pointer to a strm_dict_t object and can be passed into subsequent API calls to read or modify the dictionary content.
A new dictionary handle.