1stralloc_0(3)              Library Functions Manual              stralloc_0(3)
2
3
4

NAME

6       stralloc_0 - append \0 to a stralloc
7

SYNTAX

9       #include <stralloc.h>
10
11       int stralloc_0(stralloc* sa);
12

DESCRIPTION

14       stralloc_0 appends \0 to a stralloc.
15
16       It is a shortcut for stralloc_append(sa,"").
17

RETURN VALUE

19       1 for success, 0 on memory allocation failure.
20

SEE ALSO

22       stralloc_append(3)
23
24
25
26                                                                 stralloc_0(3)
Impressum