cp_string_cat_bin(3)

cp_string(3) cp_string cp_string(3)

NAME

cp_string_cat_bin - concatenate a buffer to a cp_string

SYNOPSIS

#include <cprops/str.h>

cp_string *cp_string_cat(cp_string *str, void *bin, int len);

DESCRIPTION

cp_string_cat copies len bytes from bin to the end of dst.

RETURN VALUE

the dst parameter on success or NULL on failure.

SEE ALSO

cp_string_cat(3), cp_string_cstrcat(3)

MARCH 2006 libcprops