unplugged-system/prebuilts/clang/host/linux-x86/clang-r487747c/include/polly/isl/version.h

15 lines
165 B
C

#ifndef ISL_VERSION_H
#define ISL_VERSION_H
#if defined(__cplusplus)
extern "C" {
#endif
const char *isl_version(void);
#if defined(__cplusplus)
}
#endif
#endif