flickcurl_array_join ()
char *
flickcurl_array_join (const char *array[]
,
char delim
);
Join elements of a C array into a string
Returns
newly allocated string or NULL on failure
flickcurl_array_split ()
char **
flickcurl_array_split (const char *str
,
char delim
);
Split a string into a C array
Returns
newly allocated array or NULL on failure