Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Networking With Open Transport / Part 2 - Open Transport Reference
Chapter 27 - Utilities Reference / Functions
String Manipulation Utility Functions /


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.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 JAN 1998