ucspi-ssl  0.99e
TLS encryption for IPv6 communication
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
char * alloc(unsigned int)
Definition: alloc.c:15
void alloc_free(char *)
Definition: alloc.c:25
int alloc_re(char **, unsigned int, unsigned int)
Definition: alloc_re.c:6