#include "stralloc.h" void stralloc_free(stralloc *labrat) { alloc_free(labrat->s); labrat->len = 0; }