table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 0.34-2.1
 - Leap-16.0
 
| stralloc_zero(3) | Library Functions Manual | stralloc_zero(3) | 
NAME¶
stralloc_zero - set length of stralloc to 0
SYNTAX¶
#include <libowfat/stralloc.h>
void stralloc_zero(stralloc* sa);
DESCRIPTION¶
stralloc_zero sets the length of the stralloc to 0.
RETURN VALUE¶
none.