Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-05-10 08:48:20

0001 #ifndef ISL_VERSION_H
0002 #define ISL_VERSION_H
0003 
0004 #if defined(__cplusplus)
0005 extern "C" {
0006 #endif
0007 
0008 const char *isl_version(void);
0009 
0010 #if defined(__cplusplus)
0011 }
0012 #endif
0013 
0014 #endif