strm_dict_new()

Updated: April 19, 2023

Create a new dictionary handle to an empty dictionary

Synopsis:

#include <sys/strm.h>
strm_dict_t* strm_dict_new(void)

Library:

libstrm

Description:

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.

Returns:

A new dictionary handle.