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

int stralloc_cat(sato,safrom)
stralloc *sato;
stralloc *safrom;
{
  return stralloc_catb(sato,safrom->s,safrom->len);
}


syntax highlighted by Code2HTML, v. 0.9.1