libowfat/stralloc/stralloc_zero.c

6 lines
73 B
C

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