Free memory associated with the string

ss_string_reset is a function defined in ssstring.c.

Synopsis:

herr_t ss_string_reset(ss_string_t *str)

Description: Frees the character array value stored in str but does not free str itself.

Return Value: Returns non-negative on success; negative on failure.

Parallel Notes: Independent

See Also:

  • Strings: Introduction for current chapter