fehQlibs 26
Qlibs
|
#include <sys/types.h>
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; |
#define | GEN_ALLOC_ready(ta, type, field, len, a, i, n, x, base, ta_ready) |
#define | GEN_ALLOC_readyplus(ta, type, field, len, a, i, n, x, base, ta_rplus) |
#define | GEN_ALLOC_append(ta, type, field, len, a, i, n, x, base, ta_rplus, ta_append) |
#define GEN_ALLOC_append | ( | ta, | |
type, | |||
field, | |||
len, | |||
a, | |||
i, | |||
n, | |||
x, | |||
base, | |||
ta_rplus, | |||
ta_append | |||
) |
Definition at line 70 of file genalloc.h.
#define GEN_ALLOC_ready | ( | ta, | |
type, | |||
field, | |||
len, | |||
a, | |||
i, | |||
n, | |||
x, | |||
base, | |||
ta_ready | |||
) |
Definition at line 44 of file genalloc.h.
#define GEN_ALLOC_readyplus | ( | ta, | |
type, | |||
field, | |||
len, | |||
a, | |||
i, | |||
n, | |||
x, | |||
base, | |||
ta_rplus | |||
) |
Definition at line 57 of file genalloc.h.
#define GEN_ALLOC_typedef | ( | ta, | |
type, | |||
field, | |||
len, | |||
a | |||
) | typedef struct ta { type *field; unsigned int len; unsigned int a; } ta; |
Definition at line 39 of file genalloc.h.