s/qmail  3.3.23
Next generation secure email transport
alloc.h
Go to the documentation of this file.
1 #ifndef ALLOC_H
2 #define ALLOC_H
3 
4 extern /*@null@*//*@out@*/char *alloc();
5 void alloc_free(char *);
6 int alloc_re(char **,unsigned int,unsigned int);
7 
8 #endif
void alloc_free(char *)
Definition: alloc.c:26
int alloc_re(char **, unsigned int, unsigned int)
Definition: alloc_re.c:4
char * alloc()