Function to determine the character length of a string.
Equivalent to the standard C library function strlen().
- Parameters
-
s | String of which to calculate the length. Must not be NULL. |
- Returns
- Length of the string, in characters, excluding the terminating null.