mirror of
https://github.com/corda/corda.git
synced 2025-01-28 15:14:48 +00:00
9 lines
134 B
C++
9 lines
134 B
C++
|
#include "simple_t.h"
|
||
|
|
||
|
extern "C" {
|
||
|
int get_number() {
|
||
|
ocall_print("message from enclave");
|
||
|
return 12345;
|
||
|
}
|
||
|
}
|