cp_string_reset(3) - Linux man page

Name

cp_string_reset - reset a cp_string structure

Synopsis

#include <cprops/str.h>

void cp_string_reset(cp_string *str);

Description

cp_string_reset reallocates memory in a cp_string's internal buffer to an empty string and resets the length to zero.