release
[hcoop/zz_old/debian/djbdns.git] / stralloc_cats.c
1 #include "byte.h"
2 #include "str.h"
3 #include "stralloc.h"
4
5 int stralloc_cats(stralloc *sa,const char *s)
6 {
7 return stralloc_catb(sa,s,str_len(s));
8 }