s/qmail  3.3.23
Next generation secure email transport
stralloc_copy.c
Go to the documentation of this file.
1 #include "byte.h"
2 #include "stralloc.h"
3 
4 int stralloc_copy(stralloc *sato,stralloc *safrom)
5 {
6  return stralloc_copyb(sato,safrom->s,safrom->len);
7 }
int stralloc_copy(stralloc *sato, stralloc *safrom)
Definition: stralloc_copy.c:4
int stralloc_copyb(stralloc *, char *, unsigned int)
Definition: stralloc_opyb.c:4