Create a new handle for an empty dictionary object
#include <strm.h> strm_dict_t *strm_dict_new( void );
libstrm
The function strm_dict_new() creates a new empty dictionary object and returns a new handle to it.
Note that multiple handles may be represented by identical pointer values; you should not compare handles.
A new dictionary object handle.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |