TA-REF
ocall_wrapper.c File Reference
#include "edger/Enclave_t.h"
#include "ocall_wrapper.h"
+ Include dependency graph for ocall_wrapper.c:

Functions

unsigned int ocall_print_string_wrapper (const char *str)
 

Function Documentation

◆ ocall_print_string_wrapper()

unsigned int ocall_print_string_wrapper ( const char *  str)

ocall_print_string_wrapper() - To print the argument string

This function invokes ocall_print_string() to print the string.

Parameters
strThe string value for print.
Returns
retval Its prints the value of str by calling ocall_print_string().