strm_dict_size()
Get the number of entries in a dictionary
Synopsis:
#include <sys/strm.h>
size_t strm_dict_size(const strm_dict_t *dict)
Arguments:
- dict
- A dictionary handle.
Library:
libstrmDescription:
This function returns the number of entries in the dictionary specified by dict.
Returns:
The number of entries in the dictionary.
Page updated:
