Sign in
apache
/
infrastructure-ezmlm-idx
/
refs/heads/avoid-duplicate-headers
/
.
/
gen_alloc.h
blob: 7fb2483651d2ac0e845ee09adeb8534444d811e1 [
file
]
/* Public domain, from daemontools-0.76. */
#ifndef
GEN_ALLOC_H
#define
GEN_ALLOC_H
#define
GEN_ALLOC_typedef
(
ta
,
type
,
field
,
len
,
a
)
\
typedef
struct
ta
{
type
*
field
;
unsigned
int
len
;
unsigned
int
a
;
}
ta
;
#endif