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 /


OTStrLength

Returns the length of a C string.

C INTERFACE
size_t OTStrLength  (const char* string)
C++ INTERFACE
None. C++ applications use the C interface to this function.

PARAMETERS
string
A zero-terminated string whose length you want to obtain.
function result
The length in bytes of the string.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 JAN 1998