stralloc_zero - Man Page

set length of stralloc to 0

Syntax

#include <stralloc.h>

void stralloc_zero(stralloc* sa);

Description

stralloc_zero sets the length of the stralloc to 0.

Return Value

none.

See Also

stralloc_copys(3)