http_utils_append_string() function
Realloc *str and append new_str to it if new_str is not NULL; return *str pointer if new_str is NULL
Syntax
char *http_utils_append_string(char **str,
const char *new_str,
int len);
Arguments
str
pointer to string pointer
new_str
append this string to str
len
length of string, less than 0 if new_str is zero terminated
Return value
- *str pointer