version 1.86, 2014/02/05 16:22:27
|
version 1.144, 2021/02/17 05:37:42
|
|
|
| |
#define JSOC_VERSION_INCL 1 | #define JSOC_VERSION_INCL 1 |
| |
#define jsoc_version "V8R3" |
#define jsoc_version "V9R41X" |
#define jsoc_vers_num (803) |
#define jsoc_vers_num (-941) |
| |
| |
static inline const char *jsoc_getversion(char *verstr, int size, int *isdev) | static inline const char *jsoc_getversion(char *verstr, int size, int *isdev) |
Line 57 static inline const char *jsoc_getversio |
|
Line 57 static inline const char *jsoc_getversio |
|
return jsoc_version; | return jsoc_version; |
} | } |
| |
#endif |
static inline const char *jsoc_get_make_root(void) |
|
{ |
|
return DRMS_MAKE_ROOT_DIRECTORY; |
|
} |
| |
|
#endif |