Open Enclave
0.14.0
|
◆ oe_host_strndup()
Make a heap copy of a string. This function allocates memory on the host's heap, copies no more than n bytes from the str parameter to that memory, and returns a pointer to the newly allocated memory.
|