cp_string_cat(3) - Linux man page

Name

cp_string_cat - concatenate cp_strings

Synopsis

#include <cprops/str.h>

cp_string *cp_string_cat(cp_string *str, cp_string *appendum);

Description

cp_string_cat 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

cp_string_cstrcat(3), cp_string_cat_bin(3)