djbdnscurve6  38
djbdnscurve6
Macros
gen_alloc.h File Reference

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,
 
)     typedef struct ta { type *field; unsigned int len; unsigned int a; } ta;

Definition at line 4 of file gen_alloc.h.