Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
extern
"C"
{
16
17
void ocall_print_string(const char *str)
18
{
19
printf(
"%s"
, str);
20
}
21
22
typedef struct _sgx_errlist_t {
23
sgx_status_t err;
Callers
1
printf
Function · 0.85
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected