ucspi-ssl
0.99e
TLS encryption for IPv6 communication
ucspi-ssl-0.99e
src
alloc.h
Go to the documentation of this file.
1
/* Public domain. */
2
3
#ifndef ALLOC_H
4
#define ALLOC_H
5
6
extern
/*@null@*/
/*@out@*/
char
*
alloc
(
unsigned
int
);
7
extern
void
alloc_free
(
char
*);
8
extern
int
alloc_re
(
char
**,
unsigned
int
,
unsigned
int
);
9
10
#endif
alloc
char * alloc(unsigned int)
Definition:
alloc.c:15
alloc_free
void alloc_free(char *)
Definition:
alloc.c:25
alloc_re
int alloc_re(char **, unsigned int, unsigned int)
Definition:
alloc_re.c:6
Generated on Wed Jul 11 2018 22:50:46 for ucspi-ssl by
1.8.13