cp_string_dump(3)

cp_string(3) cp_string cp_string(3)

NAME

cp_string_dump - write a hex dump of a cp_string

SYNOPSIS

#include <cprops/str.h>

void cp_string_dump(cp_string *str);

DESCRIPTION

cp_string_dump writes a hex dump of the given string str to the standard output.

MARCH 2006 libcprops