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_0 - append \0 to a stralloc

Description

       stralloc_0 appends \0 to a stralloc.

       It is a shortcut for stralloc_append(sa,"").

Name

       stralloc_0 - append \0 to a stralloc

Return Value

       1 for success, 0 on memory allocation failure.

See Also

stralloc_append(3)

                                                                                                   stralloc_0(3)

Syntax

#include<libowfat/stralloc.h>

       int stralloc_0(stralloc* sa);

See Also