s/qmail  3.3.23
Next generation secure email transport
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 }
unsigned int str_len(char *)
int stralloc_cats(stralloc *sa, char *s)
Definition: stralloc_cats.c:5
stralloc sa
Definition: dnscname.c:9
int stralloc_catb(stralloc *, char *, unsigned int)
Definition: stralloc_catb.c:4