s/qmail
3.3.23
Next generation secure email transport
sqmail-3.3.23
src
gen_alloc.h
Go to the documentation of this file.
1
#ifndef GEN_ALLOC_H
2
#define GEN_ALLOC_H
3
4
#define GEN_ALLOC_typedef(ta,type,field,len,a) \
5
typedef struct ta { type *field; unsigned int len; unsigned int a; } ta;
6
7
#endif
Generated on Sat Jan 12 2019 23:42:27 for s/qmail by
1.8.13