#ifndef ISL_SPACE_TYPE_H #define ISL_SPACE_TYPE_H #include <isl/ctx.h> #if defined(__cplusplus) extern "C" { #endif struct __isl_export isl_space; isl_space; enum isl_dim_type { … }; #if defined(__cplusplus) } #endif #endif
#ifndef ISL_SPACE_TYPE_H #define ISL_SPACE_TYPE_H #include <isl/ctx.h> #if defined(__cplusplus) extern "C" { #endif struct __isl_export isl_space; isl_space; enum isl_dim_type { … }; #if defined(__cplusplus) } #endif #endif