isl_mat_rank: return isl_size
[isl.git] / include / isl / val_type.h
blobf50be69ec9aecbd6856822400eb33938e51d086e
1 #ifndef ISL_VAL_TYPE_H
2 #define ISL_VAL_TYPE_H
4 #include <isl/list.h>
6 #if defined(__cplusplus)
7 extern "C" {
8 #endif
10 struct __isl_export isl_val;
11 typedef struct isl_val isl_val;
13 ISL_DECLARE_LIST_TYPE(val)
15 struct __isl_export isl_multi_val;
16 typedef struct isl_multi_val isl_multi_val;
18 #if defined(__cplusplus)
20 #endif
22 #endif