version.h 165 B

1234567891011121314
  1. #ifndef ISL_VERSION_H
  2. #define ISL_VERSION_H
  3. #if defined(__cplusplus)
  4. extern "C" {
  5. #endif
  6. const char *isl_version(void);
  7. #if defined(__cplusplus)
  8. }
  9. #endif
  10. #endif