s/qmail
3.3.23
Next generation secure email transport
sqmail-3.3.23
src
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
}
stralloc_copy
int stralloc_copy(stralloc *sato, stralloc *safrom)
Definition:
stralloc_copy.c:4
stralloc.h
stralloc_copyb
int stralloc_copyb(stralloc *, char *, unsigned int)
Definition:
stralloc_opyb.c:4
byte.h
Generated on Sat Jan 12 2019 23:42:28 for s/qmail by
1.8.13