release
[hcoop/zz_old/debian/djbdns.git] / stralloc_copy.c
1 #include "byte.h"
2 #include "stralloc.h"
3
4 int stralloc_copy(stralloc *sato,const stralloc *safrom)
5 {
6 return stralloc_copyb(sato,safrom->s,safrom->len);
7 }