ucspi-ssl
0.99e
TLS encryption for IPv6 communication
ucspi-ssl-0.99e
src
stralloc_cats.c
Go to the documentation of this file.
1
/* Public domain. */
2
3
#include "
byte.h
"
4
#include "
str.h
"
5
#include "
stralloc.h
"
6
7
int
stralloc_cats
(stralloc *sa,
const
char
*s)
8
{
9
return
stralloc_catb
(sa,s,
str_len
(s));
10
}
stralloc.h
stralloc_cats
int stralloc_cats(stralloc *sa, const char *s)
Definition:
stralloc_cats.c:7
str.h
byte.h
str_len
unsigned int str_len(const char *)
Definition:
str_len.c:5
stralloc_catb
int stralloc_catb(stralloc *, const char *, unsigned int)
Definition:
stralloc_catb.c:6
Generated on Wed Jul 11 2018 22:50:46 for ucspi-ssl by
1.8.13