ucspi-ssl
0.99e
TLS encryption for IPv6 communication
ucspi-ssl-0.99e
src
stralloc_copy.c
Go to the documentation of this file.
1
#include "
byte.h
"
2
#include "
stralloc.h
"
3
4
int
stralloc_copy
(stralloc *sato,
const
stralloc *safrom)
5
{
6
return
stralloc_copyb
(sato,safrom->s,safrom->len);
7
}
stralloc.h
byte.h
stralloc_copyb
int stralloc_copyb(stralloc *, const char *, unsigned int)
Definition:
stralloc_opyb.c:6
stralloc_copy
int stralloc_copy(stralloc *sato, const stralloc *safrom)
Definition:
stralloc_copy.c:4
Generated on Wed Jul 11 2018 22:50:46 for ucspi-ssl by
1.8.13