stralloc_zero.3diet

Langue: en

Version: 275723 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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)