6 lines
73 B
C
6 lines
73 B
C
#include "stralloc.h"
|
|
|
|
void stralloc_zero(stralloc* sa) {
|
|
sa->len=0;
|
|
}
|