cp_string_cat_bin(3) - Linux man page

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)