| 
    Open Enclave
    0.13.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. 
 
  | 
  
 1.8.13