cp_string_cstrcat(3)
| cp_string(3) | cp_string | cp_string(3) |
NAME
cp_string_cstrcat - concatenate a null terminated string to a cp_string
SYNOPSIS
#include <cprops/str.h>
cp_string *cp_string_cstrcat(cp_string *str, char *appendum);
DESCRIPTION
cp_string_cstrcat copies the string represented by src to the end of dst. If necessary the internal buffer of the destination string is reallocated to accomodate for the source string.
RETURN VALUE
the dst parameter on success or NULL on failure.
SEE ALSO
| MARCH 2006 | libcprops |
