10 typedef struct isl_str isl_str
;
12 __isl_give isl_str
*isl_str_alloc(struct isl_ctx
*ctx
);
13 __isl_give isl_str
*isl_str_concat(__isl_take isl_str
*str1
,
14 __isl_take isl_str
*str2
);
16 extern struct isl_obj_vtable isl_obj_str_vtable
;
17 #define isl_obj_str (&isl_obj_str_vtable)