strm_dict_new()

Create a new handle for an empty dictionary object

Synopsis:

#include <strm.h>

strm_dict_t *strm_dict_new( void );

Library:

libstrm

Description:

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.

Returns:

A new dictionary object handle.

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes