s/qmail  3.3.23
Next generation secure email transport
Macros
gen_alloc.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GEN_ALLOC_typedef(ta, type, field, len, a)   typedef struct ta { type *field; unsigned int len; unsigned int a; } ta;
 

Macro Definition Documentation

◆ GEN_ALLOC_typedef

#define GEN_ALLOC_typedef (   ta,
  type,
  field,
  len,
  a 
)    typedef struct ta { type *field; unsigned int len; unsigned int a; } ta;

Definition at line 4 of file gen_alloc.h.