strlen
Calculates the length of a C-style string
(1) |
-
Calculates the length of a C-style string
Parameters:-
const char *
cStr
: Null-terminated array of characters
-
Calculates the length of a C-style string
(1) |
const char *
cStr
: Null-terminated array of characters