SS8_CLEAR(3)                     Ssstr Manual                     SS8_CLEAR(3)



NAME
       ss8_clear - clear an ssstr byte string

SYNOPSIS
       #include <ss8str.h>

       ss8str *ss8_clear(ss8str *str);

DESCRIPTION
       ss8_clear() sets the ss8str pointed to by str to the empty string.

       Behavior is undefined unless str points to a valid ss8str object.

       No memory allocation or deallocation is performed.

RETURN VALUE
       ss8_clear() returns str.

SEE ALSO
       ss8_destroy(3), ss8_erase(3), ss8_is_empty(3), ssstr(7)



SSSTR                             2023-12-30                      SS8_CLEAR(3)