ucspi-ssl  0.99e
TLS encryption for IPv6 communication
stralloc_pend.c
Go to the documentation of this file.
1 /* Public domain. */
2 
3 #include "alloc.h"
4 #include "stralloc.h"
5 #include "gen_allocdefs.h"
6 
7 GEN_ALLOC_append(stralloc,char,s,len,a,i,n,x,30,stralloc_readyplus,stralloc_append)
#define GEN_ALLOC_append(ta, type, field, len, a, i, n, x, base, ta_rplus, ta_append)
Definition: gen_allocdefs.h:32
int stralloc_append(stralloc *, const char *)
int stralloc_readyplus(stralloc *, unsigned int)