deprecate isl_int
[isl.git] / include / isl / deprecated / mat_int.h
blob27bb79e5eaa052bac60630278e8967ecf0475dbe
1 #ifndef ISL_DEPRECATED_MAT_INT_H
2 #define ISL_DEPRECATED_MAT_INT_H
4 #include <isl/deprecated/int.h>
5 #include <isl/mat.h>
7 int isl_mat_get_element(__isl_keep isl_mat *mat, int row, int col, isl_int *v);
8 __isl_give isl_mat *isl_mat_set_element(__isl_take isl_mat *mat,
9 int row, int col, isl_int v);
11 #endif