version 1.143, 2021/02/17 05:36:50
|
version 1.181, 2022/07/14 15:57:26
|
|
|
| |
#define JSOC_VERSION_INCL 1 | #define JSOC_VERSION_INCL 1 |
| |
#define jsoc_version "V9R41" |
#define jsoc_version "V9R5X" |
#define jsoc_vers_num (941) |
#define jsoc_vers_num (-905) |
| |
| |
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; |
} | } |
| |
static inline const char *jsoc_get_make_root(void) |
|
{ |
|
return DRMS_MAKE_ROOT_DIRECTORY; |
|
} |
|
|
|
#endif | #endif |