#include "byte.h"
#include "stralloc.h"

int stralloc_copy(stralloc *sato,const stralloc *safrom)
{
  return stralloc_copyb(sato,safrom->s,safrom->len);
}


syntax highlighted by Code2HTML, v. 0.9.1