Chapter 4 Details of Crypto-C Functions 349
T_strlen
T_strlen
Description
T_strlen returns the number of characters in
pStr
, excluding the terminal NULL.
Return Value
The number of characters in the string.
unsigned int T_strlen (
char *pStr /* null-terminated string */
);