1 2 3 4 5 6 7 8 9 10 11 12 13
#include <isl/space.h> #include <isl_multi_macro.h> struct MULTI(BASE) { int ref; isl_space *space; int n; EL *p[1]; }; __isl_give MULTI(BASE) *CAT(MULTI(BASE),_alloc)(__isl_take isl_space *space);