Embedded TCP/IP stack
4.7.0
|
fnet_size_t fnet_strlen | ( | const fnet_char_t * | str | ) |
Calculates the length of a string.
str | Pointer to the null-terminated string to be examined. |
str
.This function computes the number of bytes in the string to which str
points, not including the terminating null character.