libowfat/stralloc/stralloc_zero.c

6 lines
73 B
C
Raw Normal View History

#include <stralloc.h>
void stralloc_zero(stralloc* sa) {
sa->len=0;
}