cp_string_cpy(3) - Linux man page

Name

cp_string_cpy - copy a cp_string

Synopsis

#include <cprops/str.h>

cp_string *cp_string_cpy(cp_string *dst, cp_string *src);

Description

cp_string_cpy copies the string represented by src onto 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_cstrcpy(3)