Important: The information in this document is obsolete and should not be used for new development.
OTStrCopy
Copies a C string.C INTERFACE
void OTStrCopy (char* dest, const char* src)C++ INTERFACE
None. C++ applications use the C interface to this function.PARAMETERS
dest
- The memory location to which you want to copy the string indicated by the
src
parameter.src
- A zero-terminated string that you want to copy.
SEE ALSO
- The
OTStrCat
function.