s/qmail  3.3.23
Next generation secure email transport
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 }
int stralloc_cat(stralloc *sato, stralloc *safrom)
Definition: stralloc_cat.c:4
int stralloc_catb(stralloc *, char *, unsigned int)
Definition: stralloc_catb.c:4