s/qmail  3.3.23
Next generation secure email transport
strsalloc.h
Go to the documentation of this file.
1 #ifndef STRSALLOC_H
2 #define STRSALLOC_H
3 
4 #include "stralloc.h"
5 #include "gen_alloc.h"
6 
7 GEN_ALLOC_typedef(strsalloc,stralloc,sa,len,a)
8 int strsalloc_readyplus();
9 int strsalloc_append();
10 
11 #endif
unsigned a
Definition: matchup.c:36
GEN_ALLOC_typedef(strsalloc, stralloc, sa, len, a) int strsalloc_readyplus()
unsigned len
Definition: matchup.c:36
stralloc sa
Definition: dnscname.c:9
int strsalloc_append()