123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- #include "se_version.h"
- #define __CONCAT(x, y) xy
- #define SGX_TSERVICE_VERSION_STR __CONCAT("SGX_TSERVICE_VERSION_", STRFILEVER)
- #ifdef __cplusplus
- extern "C" {
- #endif
- __attribute__((visibility("default")))
- const char * sgx_tservice_version = SGX_TSERVICE_VERSION_STR;
- #ifdef __cplusplus
- }
- #endif
|