libowfat/stralloc/stralloc_zero.c
2016-03-17 11:13:23 +00:00

6 lines
73 B
C

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