s/qmail  3.3.23
Next generation secure email transport
stralloc_opys.c
Go to the documentation of this file.
1 #include "byte.h"
2 #include "str.h"
3 #include "stralloc.h"
4 
5 int stralloc_copys(stralloc *sa,char *s)
6 {
7  return stralloc_copyb(sa,s,str_len(s));
8 }
unsigned int str_len(char *)
int stralloc_copyb(stralloc *, char *, unsigned int)
Definition: stralloc_opyb.c:4
int stralloc_copys(stralloc *sa, char *s)
Definition: stralloc_opys.c:5
stralloc sa
Definition: dnscname.c:9