MCPcopy Create free account
hub / github.com/conflow-dev/ConFlow / ocall_print_string

Function ocall_print_string

sgx_tf_ops/App/App.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15extern "C"{
16
17void ocall_print_string(const char *str)
18{
19 printf("%s", str);
20}
21
22typedef struct _sgx_errlist_t {
23 sgx_status_t err;

Callers 1

printfFunction · 0.85

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected