s/qmail
3.3.23
Next generation secure email transport
sqmail-3.3.23
src
stralloc_cat.c
Go to the documentation of this file.
1
#include "
byte.h
"
2
#include "
stralloc.h
"
3
4
int
stralloc_cat
(stralloc *sato,stralloc *safrom)
5
{
6
return
stralloc_catb
(sato,safrom->s,safrom->len);
7
}
stralloc.h
byte.h
stralloc_cat
int stralloc_cat(stralloc *sato, stralloc *safrom)
Definition:
stralloc_cat.c:4
stralloc_catb
int stralloc_catb(stralloc *, char *, unsigned int)
Definition:
stralloc_catb.c:4
Generated on Sat Jan 12 2019 23:42:28 for s/qmail by
1.8.13