hacks/cmulti/make_struct.h

8 lines
153 B
C
Raw Permalink Normal View History

#undef NAME
#undef FIELD
#undef END
#define NAME(x) typedef struct x##_s {
#define FIELD(type, name, def, doc) type##_t name;
#define END(x) } x##_t;