libowfat/stralloc/stralloc_zero.c

6 lines
73 B
C
Raw Normal View History

2016-03-17 11:13:23 +00:00
#include "stralloc.h"
void stralloc_zero(stralloc* sa) {
sa->len=0;
}