Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
stralloc_zero(3) - Linux man page
Name
stralloc_zero - 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)