cp_string_cpy(3)
| cp_string(3) | cp_string | cp_string(3) |
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
| MARCH 2006 | libcprops |
