const char * ccl_dictionary_get(ccl_dictionary_t *dictionary, const char *key)
Gets the value for a specific key within an existing ccl_dictionary_t.
int ccl_dictionary_put(ccl_dictionary_t *dictionary, const char *key, const char *value)
Adds a key/value pair to an existing ccl_dictionary_t.