TA-REF
ocall_wrapper.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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
string It prints the value of str by calling ocall_print_string().

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().