Imported Upstream version 1.05
[hcoop/zz_old/debian/djbdns.git] / stralloc_opys.c
1 #include "byte.h"
2 #include "str.h"
3 #include "stralloc.h"
4
5 int stralloc_copys(stralloc *sa,const char *s)
6 {
7 return stralloc_copyb(sa,s,str_len(s));
8 }