/* ISC license. */ #include #include void stralloc_free (stralloc *sa) { alloc_free(sa->s) ; *sa = stralloc_zero ; }