isl_basic_map_from_constraint: only return copy of bmap on equality constraints
[isl.git] / include / isl_version.h
blob7f8f23d69451b45b41bbef0f089cc8efba4b7298
1 #ifndef ISL_VERSION_H
2 #define ISL_VERSION_H
4 #if defined(__cplusplus)
5 extern "C" {
6 #endif
8 const char *isl_version(void);
10 #if defined(__cplusplus)
12 #endif
14 #endif