|  |  | Flickcurl Flickr API Manual |  | |
|---|---|---|---|---|
| Top | Description | ||||
#define FLICKCURL_DEPRECATED #define FLICKCURL_MAX_ACTIVITY_EVENTS void flickcurl_array_free (char *array[]); char * flickcurl_array_join (const char *array[],char delim); char ** flickcurl_array_split (const char *str,char delim);
#define FLICKCURL_MAX_ACTIVITY_EVENTS 20
Max number of activity events.
char * flickcurl_array_join (const char *array[],char delim);
Join elements of a C array into a string
| 
 | C array | 
| 
 | delimeter character | 
| Returns : | newly allocated string or NULL on failure |