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.
set length of stralloc to 0
#include <stralloc.h>
void stralloc_zero(stralloc* sa);
stralloc_zero sets the length of the stralloc to 0.
none.