Important: The information in this document is obsolete and should not be used for new development.
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.