#include <dict.h>
It's a convenience to allow application's developers to easily create dictionaries where entries are predefined in an array containing peak_dict_init_entry structures.
* static const peak_dist_init_entry init_values[] = { * { "key1", "value1" }, * { "key2", "value2" } * };
Data Fields | |
const void * | key |
the key | |
const void * | value |
the value |