Return the index of a dictionary entry
#include <strm.h> ssize_t strm_dict_find_index( const strm_dict_t *dict, const char *key );
libstrm
The function strm_dict_find_index() returns the index of the entry specified by the key argument, if found in the specified dictionary.
The index of the specified entry on success, or -1 if the entry is not found.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |