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

int stralloc_cats(sa,s)
stralloc *sa;
char *s;
{
  return stralloc_catb(sa,s,str_len(s));
}


syntax highlighted by Code2HTML, v. 0.9.1