logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

stralloc_zero - set length of stralloc to 0

Description

       stralloc_zero sets the length of the stralloc to 0.

Name

       stralloc_zero - set length of stralloc to 0

Return Value

       none.

See Also

stralloc_copys(3)

                                                                                                stralloc_zero(3)

Syntax

#include<libowfat/stralloc.h>

       void stralloc_zero(stralloc* sa);

See Also