1 #ifndef ISL_LOCAL_PRIVATE_H 2 #define ISL_LOCAL_PRIVATE_H 3 4 #include <isl_local.h> 5 6 __isl_give isl_local *isl_local_alloc_from_mat(__isl_take isl_mat *mat); 7 8 #endif 9
1 #ifndef ISL_LOCAL_PRIVATE_H 2 #define ISL_LOCAL_PRIVATE_H 3 4 #include <isl_local.h> 5 6 __isl_give isl_local *isl_local_alloc_from_mat(__isl_take isl_mat *mat); 7 8 #endif 9