s/qmail
3.3.23
Next generation secure email transport
sqmail-3.3.23
src
stralloc_cats.c
Go to the documentation of this file.
1
#include "
byte.h
"
2
#include "
str.h
"
3
#include "
stralloc.h
"
4
5
int
stralloc_cats
(stralloc *
sa
,
char
*s)
6
{
7
return
stralloc_catb
(sa,s,
str_len
(s));
8
}
str_len
unsigned int str_len(char *)
stralloc.h
stralloc_cats
int stralloc_cats(stralloc *sa, char *s)
Definition:
stralloc_cats.c:5
str.h
byte.h
sa
stralloc sa
Definition:
dnscname.c:9
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