c-icap-doc
0.1
|
Arrays which store name/value pair items
More...
Typedefs | |
typedef ci_array_t | ci_str_array_t |
An alias to the ci_array_t object. More... | |
Arrays which store name/value pair items
An alias to the ci_array_t object.
It is used to store items with string values to an array. The ci_str_array_new, ci_str_array_destroy, ci_str_array_add, ci_str_array_search and ci_str_array_iterate defines are similar to the equivalent ci_array_* functions with the required typecasting to work with strings.